mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
tree list model: Add docs
This commit is contained in:
parent
57ba4048de
commit
231b76bdd1
@ -25,6 +25,16 @@
|
|||||||
#include "gtkintl.h"
|
#include "gtkintl.h"
|
||||||
#include "gtkprivate.h"
|
#include "gtkprivate.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SECTION:gtktreelistmodel
|
||||||
|
* @Short_description: a List model that can create child models on demand
|
||||||
|
* @Title: GtkTreeListModel
|
||||||
|
* @See_also: #GListModel
|
||||||
|
*
|
||||||
|
* #GtkTreeListModel is a #GListModel implementation that can expand rows
|
||||||
|
* by creating new child list models on demand.
|
||||||
|
*/
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
PROP_0,
|
PROP_0,
|
||||||
PROP_AUTOEXPAND,
|
PROP_AUTOEXPAND,
|
||||||
|
Loading…
Reference in New Issue
Block a user