Description Usage Arguments Value Author(s)
Creates a new GtkListItem
with a child label containing the given string.
WARNING: gtk_list_item_new_with_label
is deprecated and should not be used in newly-written code.
1 | gtkListItemNewWithLabel(label, show = TRUE)
|
|
the string to use for the child label. |
[GtkWidget
] a new GtkListItem
with a child GtkLabel
with the text set to
label
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.