Mohammed Sadiq
|
bf1c344443
|
examples: Don't use private members for final classes
Only derivable classes are required to have private members
so that derived classes can't override them.
|
2018-05-08 14:34:43 +05:30 |
|
Mohammed Sadiq
|
22ae9d0884
|
examples: use G_DECLARE_FINAL_TYPE in applications
G_DECLARE_FINAL_TYPE was introduced in glib 2.44.
We shall use that now so that lots of boilerplate code can
be reduced.
https://bugzilla.gnome.org/show_bug.cgi?id=770278
|
2016-09-10 09:01:08 -04:00 |
|
Matthias Clasen
|
fcba75c2ba
|
example: Modernize the prefs dialog
We should show the current best practice for this kind of
dialog, and use a headerbar with a window close button.
|
2014-04-17 22:55:39 -04:00 |
|
Matthias Clasen
|
7265d9d9ad
|
Add another example application
This new step sets the headerbar as titlebar, and enables
fallback for the app menu.
|
2013-11-16 16:09:56 -05:00 |
|