Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use gtk_window_destroy | Matthias Clasen | 2020-05-11 | 1 | -1/+1 |
| | | | | | Replace calls to gtk_widget_destroy on windows with gtk_window_destroy. | ||||
* | Use gtk_window_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -1/+1 |
| | | | | | Replace all uses of gtk_container_add on windows by gtk_window_set_child. | ||||
* | Remove gtk_widget_show_all | Timm Bäder | 2017-01-20 | 1 | -2/+2 |
| | |||||
* | API: container: Remove gtk_container_set_border_width() | Benjamin Otte | 2016-10-16 | 1 | -1/+0 |
| | |||||
* | Improve action-namespace example | Matthias Clasen | 2014-12-02 | 1 | -1/+3 |
| | | | | | This needs to have some space around the button for the popover to show up. | ||||
* | action-namespace example: use non-deprecated function | Ryan Lortie | 2013-10-01 | 1 | -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" attribute | Lars Uebernickel | 2012-09-17 | 1 | -0/+134 |