Skip to content

Added GtkSeparator #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants