Copy dialog_use_icons field
2000-09-24 Bradford Hovinen <hovinen@helixcode.com> * capplets/new-ui-properties/preferences.c (preferences_clone): Copy dialog_use_icons field * capplets/new-ui-properties/prefs-widget-dialogs.c: Use standard macro for dialog_icons * capplets/new-ui-properties/prefs-widget.h (struct _widget_desc_t): Remove field prefs_offset * capplets/new-ui-properties/preferences.c (preferences_get_dialog_icons): (preferences_set_dialog_icons): Implement * capplets/new-ui-properties/prefs-widget.c (read_preferences): (register_callbacks): (toggled_cb): (selected_cb): Remove support for direct struct offset manipulation * capplet-widget.c (capplet_widget_multi_new): Set capid (capplet_widget_init): Set capid to current global value (capplet_widget_class_get_capid): Implement; return the capid passed on the command line * capplet-widget.h (struct _CappletWidget): Remove buffer between frame and plug sizes
This commit is contained in:
parent
3443f5573f
commit
fb69525257
7 changed files with 60 additions and 34 deletions
|
@ -95,6 +95,7 @@ GtkWindowType preferences_get_dialog_type (Preferences *prefs);
|
|||
GtkWindowPosition preferences_get_dialog_position (Preferences *prefs);
|
||||
GnomeMDIMode preferences_get_mdi_mode (Preferences *prefs);
|
||||
GtkPositionType preferences_get_mdi_tab_pos (Preferences *prefs);
|
||||
int preferences_get_dialog_icons (Preferences *prefs);
|
||||
|
||||
void preferences_set_dialog_buttons_style (Preferences *prefs,
|
||||
GtkButtonBoxStyle);
|
||||
|
@ -124,5 +125,6 @@ void preferences_set_mdi_mode (Preferences *prefs,
|
|||
GnomeMDIMode);
|
||||
void preferences_set_mdi_tab_pos (Preferences *prefs,
|
||||
GtkPositionType);
|
||||
void preferences_set_dialog_icons (Preferences *prefs, int);
|
||||
|
||||
#endif /* __PREFERENCES_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue