示例#1
0
/*
 * 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);
}
示例#2
0
/*
 * 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);
}