Matthias Clasen
|
fb8e52f0c9
|
gtk-demo: Stop using gtk_widget_show/hide
|
2022-11-28 14:34:55 -05:00 |
|
Benjamin Otte
|
1b390d3857
|
gtk-demo: Explicitly pass nuclear icon colors
|
2021-08-29 04:29:53 +02:00 |
|
Matthias Clasen
|
d2d7a4bcab
|
gtk-demo: Tweak window titles
This is an attempt to improve consistency in the sidebar
and the window titles.
|
2020-11-02 11:11:44 -05:00 |
|
Matthias Clasen
|
f679ba566e
|
gtk-demo: Tweak the animated paintable
Make it possible to have no background in
the animated paintable. This will be used
in a future demo.
Update all users.
|
2020-09-11 21:08:36 -04:00 |
|
Matthias Clasen
|
2679e29375
|
gtk-demo: Fix a few crash
The paintable demos were forgetting to clear
their window variable.
|
2020-09-11 21:07:10 -04: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
|
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 |
|
Benjamin Otte
|
73b4a62f51
|
snapshot: Redo debug messages
Instead of every snapshot function having debug messages, have an
explicit gtk_snapshot_push_debug() function that appends a debug node.
|
2018-04-24 04:06:58 +02:00 |
|
Benjamin Otte
|
3d9cb477aa
|
demos: Add an animated paintable demo
This builds on the paintable demo.
|
2018-03-18 21:01:23 +01:00 |
|
Benjamin Otte
|
357175f0b1
|
gtk-demo: Add paintable demo
|
2018-03-18 21:01:23 +01:00 |
|