Matthias Clasen
|
18e0eaa9d6
|
tests: Stop using gtk_widget_show/hide
|
2022-12-13 13:46:02 -05:00 |
|
Benjamin Otte
|
d375dce9f5
|
Replace "gchar" with "char"
|
2020-07-25 00:47:36 +02:00 |
|
Matthias Clasen
|
2a24b8c653
|
Replace most remaining uses of container api
These are all on GtkBox or enumerating children.
|
2020-05-11 22:38:21 -04:00 |
|
Matthias Clasen
|
f59f355190
|
Use gtk_window_set_child throughout
Replace all uses of gtk_container_add on windows
by gtk_window_set_child.
|
2020-05-04 22:53:08 -04:00 |
|
Benjamin Otte
|
a278edab22
|
window: Remove type argument from gtk_window_new()
|
2020-02-14 21:18:49 +01:00 |
|
Matthias Clasen
|
a6c5466900
|
Stop using gtk_main and gtk_main_quit
Replace these calls with direct use of GMainContext api.
|
2020-02-09 23:12:32 -05:00 |
|
Timm Bäder
|
bd71e744d2
|
Stop using gtk_box_pack_end
It might soon go away!
|
2019-01-23 19:30:46 -05:00 |
|
Timm Bäder
|
c92b7d4224
|
box: Remove fill child property
GtkWidget:halign and GtkWidget:valign are sufficient
|
2017-04-25 20:30:37 +02:00 |
|
Timm Bäder
|
5729ea7744
|
box: Remove expand child property
GtkWidget already has hexpand/vexpand properties.
|
2017-04-25 20:30:37 +02:00 |
|
Timm Bäder
|
ea897c6df4
|
Remove gtk_widget_show_all
|
2017-01-20 21:37:04 +01:00 |
|
Matthias Clasen
|
2c7e567f05
|
Update callers
Adapt all our tests and examples to the new initialization api.
|
2017-01-19 13:50:17 -05:00 |
|
Timm Bäder
|
2cfa05fc84
|
testsensitive: Use state-flags-changed instead of state-changed
|
2016-10-16 18:17:21 +02:00 |
|
Timm Bäder
|
f45dadadd0
|
box: Remove 'padding' child property
|
2016-10-16 18:17:21 +02:00 |
|
Benjamin Otte
|
d80dedf46e
|
testsensitive: Remove deprecated part
|
2013-04-02 11:45:44 +02:00 |
|
Matthias Clasen
|
9bd175536b
|
Add a testcase for state propagation problems
|
2011-02-06 14:14:48 -05:00 |
|