GNOME Bugzilla – Bug 561821
Add orientation API to GtkButtonBox
Last modified: 2009-06-15 02:01:31 UTC
See bug #541009. Here are the patches for GtkButtonBox and subclasses.
Created attachment 123180 [details] [review] Patch implementing the above
Looks good to me
I just noticed that with my patch, calling any of the deprecated gtk_hbutton_box_set_layout_default() and gtk_vbutton_box_set_layout_default() changes the default layout for all button boxes. Can we live with that tiny breakage of deprecated API, or do we need some evil compat code here? It would be as easy as attaching the default layout to the class, and using that in GtkBBox.
Moreover, the "default spacing" set via the deprecated APIs is never used, so i can remove the code I added to gtkbboc.[ch] again. Will commit an updated patch that addresses both issues.
Bug #584598 has an alternative patch for the same thing but which should preserve the deprecated API. It's worth noting that default_spacing never seems to have been used in the size_request or size_allocate methods.
*** This bug has been marked as a duplicate of 584598 ***