mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
More of the same
This commit is contained in:
parent
cee5aaff45
commit
62ede1134c
@ -242,7 +242,7 @@ tree_selection_changed_cb (GtkTreeSelection *selection, gpointer data)
|
|||||||
and puts them together. Note that the model is never populated
|
and puts them together. Note that the model is never populated
|
||||||
with data — that is left as an exercise for the reader.
|
with data — that is left as an exercise for the reader.
|
||||||
More information can be found on this in the #GtkTreeModel section.
|
More information can be found on this in the #GtkTreeModel section.
|
||||||
<informalexample><programlisting><![CDATA[
|
<informalexample><programlisting>
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
TITLE_COLUMN,
|
TITLE_COLUMN,
|
||||||
@ -311,7 +311,6 @@ setup_tree (void)
|
|||||||
/* Now we can manipulate the view just like any other GTK widget */
|
/* Now we can manipulate the view just like any other GTK widget */
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
]]>
|
|
||||||
</programlisting></informalexample>
|
</programlisting></informalexample>
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
Loading…
Reference in New Issue
Block a user