示例#1
0
/*
 * Sets the properties of the widget. This is used for both applying the
 * properties changed in the property editor, and also for loading.
 */
static void
gb_label_set_properties (GtkWidget * widget, GbWidgetSetArgData * data)
{
  gb_label_set_standard_properties (widget, data,
				    Label, UseUnderline, UseMarkup,
				    Justify, Wrap, Selectable,
				    XAlign, YAlign, XPad, YPad,
				    FocusTarget);
}
示例#2
0
/*
 * Sets the properties of the widget. This is used for both applying the
 * properties changed in the property editor, and also for loading.
 */
static void
gb_accel_label_set_properties (GtkWidget * widget, GbWidgetSetArgData * data)
{
    gb_label_set_standard_properties (widget, data,
                                      Label, UseUnderline, UseMarkup,
                                      Justify, Wrap, Selectable,
                                      XAlign, YAlign, XPad, YPad,
                                      FocusTarget, Ellipsize, WidthChars,
                                      SingleLineMode, Angle);
}