Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkcomboboxtext.h File Reference

Go to the source code of this file.

Macros

#define GTK_TYPE_COMBO_BOX_TEXT   (gtk_combo_box_text_get_type ())
 
#define GTK_COMBO_BOX_TEXT(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_COMBO_BOX_TEXT, GtkComboBoxText))
 
#define GTK_IS_COMBO_BOX_TEXT(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_COMBO_BOX_TEXT))
 

Typedefs

typedef struct _GtkComboBoxText GtkComboBoxText
 

Functions

GDK_AVAILABLE_IN_ALL GType gtk_combo_box_text_get_type (void) G_GNUC_CONST
 
GtkWidgetgtk_combo_box_text_new (void)
 
GtkWidgetgtk_combo_box_text_new_with_entry (void)
 
void gtk_combo_box_text_append_text (GtkComboBoxText *combo_box, const char *text)
 
void gtk_combo_box_text_insert_text (GtkComboBoxText *combo_box, int position, const char *text)
 
void gtk_combo_box_text_prepend_text (GtkComboBoxText *combo_box, const char *text)
 
void gtk_combo_box_text_remove (GtkComboBoxText *combo_box, int position)
 
void gtk_combo_box_text_remove_all (GtkComboBoxText *combo_box)
 
char * gtk_combo_box_text_get_active_text (GtkComboBoxText *combo_box)
 
void gtk_combo_box_text_insert (GtkComboBoxText *combo_box, int position, const char *id, const char *text)
 
void gtk_combo_box_text_append (GtkComboBoxText *combo_box, const char *id, const char *text)
 
void gtk_combo_box_text_prepend (GtkComboBoxText *combo_box, const char *id, const char *text)
 

Macro Definition Documentation

◆ GTK_COMBO_BOX_TEXT

#define GTK_COMBO_BOX_TEXT ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_COMBO_BOX_TEXT, GtkComboBoxText))

Definition at line 30 of file gtkcomboboxtext.h.

◆ GTK_IS_COMBO_BOX_TEXT

#define GTK_IS_COMBO_BOX_TEXT ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_COMBO_BOX_TEXT))

Definition at line 31 of file gtkcomboboxtext.h.

◆ GTK_TYPE_COMBO_BOX_TEXT

#define GTK_TYPE_COMBO_BOX_TEXT   (gtk_combo_box_text_get_type ())

Definition at line 29 of file gtkcomboboxtext.h.

Typedef Documentation

◆ GtkComboBoxText

typedef struct _GtkComboBoxText GtkComboBoxText

Definition at line 33 of file gtkcomboboxtext.h.

Function Documentation

◆ gtk_combo_box_text_append()

void gtk_combo_box_text_append ( GtkComboBoxText * combo_box,
const char * id,
const char * text )

◆ gtk_combo_box_text_append_text()

void gtk_combo_box_text_append_text ( GtkComboBoxText * combo_box,
const char * text )

◆ gtk_combo_box_text_get_active_text()

char * gtk_combo_box_text_get_active_text ( GtkComboBoxText * combo_box)

◆ gtk_combo_box_text_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_combo_box_text_get_type ( void )

◆ gtk_combo_box_text_insert()

void gtk_combo_box_text_insert ( GtkComboBoxText * combo_box,
int position,
const char * id,
const char * text )

◆ gtk_combo_box_text_insert_text()

void gtk_combo_box_text_insert_text ( GtkComboBoxText * combo_box,
int position,
const char * text )

◆ gtk_combo_box_text_new()

GtkWidget * gtk_combo_box_text_new ( void )

◆ gtk_combo_box_text_new_with_entry()

GtkWidget * gtk_combo_box_text_new_with_entry ( void )

◆ gtk_combo_box_text_prepend()

void gtk_combo_box_text_prepend ( GtkComboBoxText * combo_box,
const char * id,
const char * text )

◆ gtk_combo_box_text_prepend_text()

void gtk_combo_box_text_prepend_text ( GtkComboBoxText * combo_box,
const char * text )

◆ gtk_combo_box_text_remove()

void gtk_combo_box_text_remove ( GtkComboBoxText * combo_box,
int position )

◆ gtk_combo_box_text_remove_all()

void gtk_combo_box_text_remove_all ( GtkComboBoxText * combo_box)