/* * Creates the components needed to edit the extra properties of this widget. */ static void gb_label_create_properties (GtkWidget * widget, GbWidgetCreateArgData * data) { gb_label_create_standard_properties (widget, data, Label, UseUnderline, UseMarkup, Justify, Wrap, Selectable, XAlign, YAlign, XPad, YPad, FocusTarget); }
/* * Creates the components needed to edit the extra properties of this widget. */ static void gb_accel_label_create_properties (GtkWidget * widget, GbWidgetCreateArgData * data) { gb_label_create_standard_properties (widget, data, Label, UseUnderline, UseMarkup, Justify, Wrap, Selectable, XAlign, YAlign, XPad, YPad, FocusTarget, Ellipsize, WidthChars, SingleLineMode, Angle); }