summaryrefslogtreecommitdiff
path: root/examples/action-namespace.c
Commit message (Collapse)AuthorAgeFilesLines
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
| | | | | Replace calls to gtk_widget_destroy on windows with gtk_window_destroy.
* 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.
* Remove gtk_widget_show_allTimm Bäder2017-01-201-2/+2
|
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
|
* Improve action-namespace exampleMatthias Clasen2014-12-021-1/+3
| | | | | This needs to have some space around the button for the popover to show up.
* action-namespace example: use non-deprecated functionRyan Lortie2013-10-011-2/+1
| | | | | g_simple_action_group_add_entries() is deprecated since we added the GActionMap interface, so use its equivalent function instead.
* Add example for "action-namespace" attributeLars Uebernickel2012-09-171-0/+134