Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkComboBoxClass Struct Reference

#include <gtkcombobox.h>

Data Fields

GtkWidgetClass parent_class
 
void(* changed )(GtkComboBox *combo_box)
 
char *(* format_entry_text )(GtkComboBox *combo_box, const char *path)
 
void(* activate )(GtkComboBox *combo_box)
 
gpointer padding [7]
 

Detailed Description

GtkComboBoxClass: @parent_class: The parent class. @changed: Signal is emitted when the active item is changed. @format_entry_text: Signal which allows you to change how the text displayed in a combo box’s entry is displayed.

Definition at line 52 of file gtkcombobox.h.

Field Documentation

◆ activate

void(* _GtkComboBoxClass::activate) (GtkComboBox *combo_box)

Definition at line 62 of file gtkcombobox.h.

◆ changed

void(* _GtkComboBoxClass::changed) (GtkComboBox *combo_box)

Definition at line 59 of file gtkcombobox.h.

◆ format_entry_text

char *(* _GtkComboBoxClass::format_entry_text) (GtkComboBox *combo_box, const char *path)

Definition at line 60 of file gtkcombobox.h.

◆ padding

gpointer _GtkComboBoxClass::padding[7]

Definition at line 66 of file gtkcombobox.h.

◆ parent_class

GtkWidgetClass _GtkComboBoxClass::parent_class

Definition at line 54 of file gtkcombobox.h.


The documentation for this struct was generated from the following file: