mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 17:00:19 +00:00
GtkApplication: doc improvement
This commit is contained in:
parent
a6794133aa
commit
d9c3714fcb
@ -50,9 +50,12 @@
|
||||
* a one-size-fits-all application model.
|
||||
*
|
||||
* Currently, GtkApplication handles GTK+ initialization, application
|
||||
* uniqueness, provides some basic scriptability by exporting 'actions',
|
||||
* and manages a list of toplevel windows whose life-cycle is automatically
|
||||
* tied to the life-cycle of your application.
|
||||
* uniqueness, provides some basic scriptability and desktop shell integration
|
||||
* by exporting actions and menus and manages a list of toplevel windows whose
|
||||
* life-cycle is automatically tied to the life-cycle of your application.
|
||||
*
|
||||
* While GtkApplication works fine with plain #GtkWindows, it is recommended
|
||||
* to use it together with #GtkApplicationWindow.
|
||||
*
|
||||
* <example id="gtkapplication"><title>A simple application</title>
|
||||
* <programlisting>
|
||||
|
Loading…
Reference in New Issue
Block a user