![]() |
![]() |
![]() |
GtkExtra Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Signals |
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----GtkComboButton +----GtkBorderCombo
GtkBorderCombo implements AtkImplementorIface, GtkBuildable and GtkOrientable.
It is a GtkComboBox subclass with a variety of border styles in the popdown window arranged in a table of togglebuttons.
typedef struct _GtkBorderCombo GtkBorderCombo;
The GtkBorderCombo struct contains only private data. It should only be accessed through the functions described below.
"changed"
signalvoid user_function (GtkBorderCombo *border_combo, gint selection, gpointer user_data) : Run First
Emmited when the GtkBorderCombo's state is changed
|
the GtkBorderCombo object that received the signal |
|
the number of selected item |
|
user data set when the signal handler was connected. |