Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Added GtkSeparator #73

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added GtkSeparator #73

wants to merge 2 commits into from

Conversation

kmsquire
Copy link

Just messing around with Gtk, and wanted this. It seemed to be one of the few widgets not yet implemented (unless I missed something).

@vtjnash
Copy link
Contributor

vtjnash commented Mar 10, 2014

This is only the gtk2 ctor

@kmsquire
Copy link
Author

Okay, but how is the gtk3 ctor different? They look the same to me (and I thought I only had gtk3 on the system I tested on).

http://www.gtk.org/api/2.6/gtk/GtkHSeparator.html
http://www.gtk.org/api/2.6/gtk/GtkVSeparator.html
https://developer.gnome.org/gtk3/stable/GtkHSeparator.html
https://developer.gnome.org/gtk3/stable/GtkVSeparator.html

@vtjnash
Copy link
Contributor

vtjnash commented Apr 12, 2014

gtk3 uses GtkSeparator directly. see GtkButtonBox for an example

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants