| gtkListItemNewWithLabel {RGtk2} | R Documentation |
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.
gtkListItemNewWithLabel(label, show = TRUE)
|
[character] 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