struct GxkWidgetPatcher
{
GObject parent_instance;
gchar *tooltip;
guint tooltip_visible;
guint mute_events;
guint lower_windows;
guint hide_insensitive;
guint modify_normal_bg_as_base;
guint modify_bg_as_base;
guint modify_base_as_bg;
guint modify_bg_as_active;
gdouble resize_hsteps;
gdouble resize_vsteps;
gdouble resize_hunits;
gdouble resize_vunits;
gdouble width_from_height;
gdouble height_from_width;
}; |