Example #1
0
/*
 * Gets the properties of the widget. This is used for both displaying the
 * properties in the property editor, and also for saving the properties.
 */
static void
gb_label_get_properties (GtkWidget * widget, GbWidgetGetArgData * data)
{
  gb_label_get_standard_properties (widget, data,
				    Label, UseUnderline, UseMarkup,
				    Justify, Wrap, Selectable,
				    XAlign, YAlign, XPad, YPad,
				    FocusTarget);
}
Example #2
0
/*
 * Gets the properties of the widget. This is used for both displaying the
 * properties in the property editor, and also for saving the properties.
 */
static void
gb_accel_label_get_properties (GtkWidget *widget, GbWidgetGetArgData * data)
{
    gb_label_get_standard_properties (widget, data,
                                      Label, UseUnderline, UseMarkup,
                                      Justify, Wrap, Selectable,
                                      XAlign, YAlign, XPad, YPad,
                                      FocusTarget, Ellipsize, WidthChars,
                                      SingleLineMode, Angle);
}