gtk2/examples/application8
Matthias Clasen 386b63b85d scrolledwindow: Don't take adjustments in new()
In 99.9% of all cases, these are just NULL, NULL.
So just do away with these arguments, people can
use the setters for the rare cases where they want
the scrolled window to use a different adjustment.
2020-06-24 11:25:09 -04:00
..
exampleapp.c Refresh the tutorial examples 2020-05-11 08:15:56 -04:00
exampleapp.gresource.xml Refresh the tutorial examples 2020-05-11 08:15:56 -04:00
exampleapp.h examples: use G_DECLARE_FINAL_TYPE in applications 2016-09-10 09:01:08 -04:00
exampleappprefs.c examples: Don't use private members for final classes 2018-05-08 14:34:43 +05:30
exampleappprefs.h examples: use G_DECLARE_FINAL_TYPE in applications 2016-09-10 09:01:08 -04:00
exampleappwin.c scrolledwindow: Don't take adjustments in new() 2020-06-24 11:25:09 -04:00
exampleappwin.h examples: use G_DECLARE_FINAL_TYPE in applications 2016-09-10 09:01:08 -04:00
gears-menu.ui Refresh the tutorial examples 2020-05-11 08:15:56 -04:00
main.c Make include order consistent in example applications 2014-11-28 23:57:16 -05:00
Makefile.example examples: Rename the pkg-config file for GTK 4 2019-02-05 10:27:57 +01:00
meson.build examples: Add common_cflags to executables 2020-05-18 11:30:08 +02:00
org.gtk.exampleapp.gschema.xml Getting started: Use <choices> in the schema 2013-07-24 07:31:05 -04:00
prefs.ui Refresh the tutorial examples 2020-05-11 08:15:56 -04:00
README Refresh the tutorial examples 2020-05-11 08:15:56 -04:00
window.ui Refresh the tutorial examples 2020-05-11 08:15:56 -04:00

Step 8: Adding a sidebar