GtkItemEntry
GtkItemEntry
|
|
Details
gtk_item_entry_new ()
GtkWidget * gtk_item_entry_new (void);
gtk_item_entry_new_with_max_length ()
GtkWidget * gtk_item_entry_new_with_max_length (gint max);
gtk_item_entry_set_text ()
void gtk_item_entry_set_text (GtkItemEntry *item_entry,
const gchar *text,
GtkJustification justification);
gtk_item_entry_set_justification ()
void gtk_item_entry_set_justification (GtkItemEntry *item_entry,
GtkJustification justification);
gtk_item_entry_set_cursor_visible ()
void gtk_item_entry_set_cursor_visible (GtkItemEntry *entry,
gboolean visible);
gtk_item_entry_get_cursor_visible ()
gboolean gtk_item_entry_get_cursor_visible (GtkItemEntry *entry);