summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/textmask.c
Commit message (Collapse)AuthorAgeFilesLines
* gtk-demo: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-1/+1
|
* gtk-demo: Cosmetic fixes to the textmask demoMatthias Clasen2020-08-091-1/+1
| | | | Make this come up with the right size.
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
| | | | | Replace calls to gtk_widget_destroy on windows with gtk_window_destroy.
* Stop using gtk_widget_destroyedMatthias Clasen2020-05-111-3/+1
| | | | | Replace all internal use of gtk_widget_destroyed by g_object_add_weak_pointer.
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
| | | | | Replace all uses of gtk_container_add on windows by gtk_window_set_child.
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
|
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
|
* gtk-demo: Update drawing area usage to new APIsBenjamin Otte2016-11-181-12/+9
| | | | A few demos are broken because they do input on drawing areas.
* gtk3-demo: Group pango demos togetherMatthias Clasen2015-06-281-1/+1
|
* gtk3-demo: Add a fancy text demoMatthias Clasen2015-06-281-0/+85
This demonstrates rendering text with a pattern instead of a single color.