DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(gtk.info.gz) GtkList

Info Catalog (gtk.info.gz) GtkLabel (gtk.info.gz) Widgets (gtk.info.gz) GtkListItem
 
 The list widget
 ===============
 
 Description
 -----------
 
 Signals
 -------
 
  - Signal: void GtkList::selection_changed (GtkList *LIST)
 
  - Signal: void GtkList::select_child (GtkList *LIST, GtkWidget *CHILD)
 
  - Signal: void GtkList::unselect_child (GtkList *LIST, GtkWidget
           *CHILD)
 
 Functions
 ---------
 
  - Function: guint gtk_list_get_type (void)
      Returns the `GtkList' type identifier.
 
  - Function: GtkWidget* gtk_list_new (void)
      Create a new `GtkList' object and return the new widget as a
      pointer to a `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: void gtk_list_insert_items (GtkList *LIST, GList *ITEMS,
           gint POSITION)
 
  - Function: void gtk_list_append_items (GtkList *LIST, GList *ITEMS)
 
  - Function: void gtk_list_prepend_items (GtkList *LIST, GList *ITEMS)
 
  - Function: void gtk_list_remove_items (GtkList *LIST, GList *ITEMS)
 
  - Function: void gtk_list_clear_items (GtkList *LIST, gint START, gint
           END)
 
  - Function: void gtk_list_select_item (GtkList *LIST, gint ITEM)
 
  - Function: void gtk_list_unselect_item (GtkList *LIST, gint ITEM)
 
  - Function: void gtk_list_select_child (GtkList *LIST, GtkWidget
           *CHILD)
 
  - Function: void gtk_list_unselect_child (GtkList *LIST, GtkWidget
           *CHILD)
 
  - Function: gint gtk_list_child_position (GtkList *LIST, GtkWidget
           *CHILD)
 
  - Function: void gtk_list_set_selection_mode (GtkList *LIST,
           GtkSelectionMode MODE)
 
  - Function: GtkList* GTK_LIST (gpointer OBJ)
      Cast a generic pointer to `GtkList*'.  Standard Macros, for
      more info.
 
  - Function: GtkListClass* GTK_LIST_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkListClass*'.  Standard Macros,
      for more info.
 
  - Function: gint GTK_IS_LIST (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkList' object. 
      Standard Macros, for more info.
 
Info Catalog (gtk.info.gz) GtkLabel (gtk.info.gz) Widgets (gtk.info.gz) GtkListItem
automatically generated byinfo2html