| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This is just a tool bar styling test; we have
the same in the widget factory.
See: #2738
|
|
|
|
| |
These are all on GtkBox or enumerating children.
|
|
|
|
|
| |
Replace all uses of gtk_container_add on windows
by gtk_window_set_child.
|
|
|
|
|
| |
Replace all uses of gtk_container_add for
frames with gtk_frame_set_child.
|
|
|
|
|
|
| |
Replace most uses of gtk_style_context_add/remove_class
by the new APIs. The only remaining uses of the old API
are in save/restore situations.
|
|
|
|
| |
Replace it with margin-start, -end, -top, -bottom throughout.
|
| |
|
|
|
|
| |
Replace these calls with direct use of GMainContext api.
|
|
|
|
|
| |
In fact, make gtk_button_new_from_icon_name() just set the icon-name
property instead of creating a GtkImage.
|
| |
|
|
|
|
| |
Adapt all our tests and examples to the new initialization api.
|
|
|