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 |
|
Benjamin Otte
|
d7266b25ba
|
Replace "gint" with "int"
|
2020-07-25 00:47:36 +02:00 |
|
Matthias Clasen
|
cd0081d08a
|
Use gtk_window_destroy
Replace calls to gtk_widget_destroy on windows
with gtk_window_destroy.
|
2020-05-11 12:20:57 -04:00 |
|
Matthias Clasen
|
649ae635a7
|
Use gtk_revealer_set_child throughout
Replace all uses of gtk_container_add on revealers
with gtk_revealer_set_child.
|
2020-05-04 22:53:08 -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 |
|
Matthias Clasen
|
53a28f7672
|
testrevealer: Cover the new transitions
Add tests for all the swing transitions.
|
2019-03-29 10:54:45 -04:00 |
|
Timm Bäder
|
f35b8a7541
|
Fix compile time warnings
|
2019-03-02 05:28:55 +01:00 |
|
Matthias Clasen
|
9e0c471b03
|
entry, spin button: Drop redundant API
Avoid duplicating GtkEditable APIs. Port existing users.
|
2019-02-28 16:34:00 -05: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 |
|
Yosef Or Boczko
|
719dd636a9
|
Replace all margin-left and margin-right with margin-start and margin-end
https://bugzilla.gnome.org/show_bug.cgi?id=710238
|
2013-11-15 02:54:35 +01:00 |
|
Matthias Clasen
|
d7f43c30a3
|
GtkRevealer: Add a fading animation
Using a container for this is not necessarily the most
elegant solution, but it lets us reuse the animation
machinery in GtkRevealer.
|
2013-04-22 12:42:38 -04:00 |
|
Matthias Clasen
|
443459b52e
|
Add GtkRevealer
This is a widget that can hide or show (ie reveal) its child
in an animated fashion.
This widget was initially developed in libgd.
|
2013-04-22 12:42:37 -04:00 |
|