| Top |  |  |  |  | 
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.
“changed” signalvoid user_function (GtkBorderCombo *border_combo, gint selection, gpointer user_data)
Emmited when the GtkBorderCombo's state is changed
| border_combo | the GtkBorderCombo object that received the signal | |
| selection | the number of selected item | |
| user_data | user data set when the signal handler was connected. | 
Flags: Run First