~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to src/cairo-dock-widget-config.h

  • Committer: Fabrice Rey
  • Date: 2012-08-04 22:44:55 UTC
  • Revision ID: fabounet03@gmail.com-20120804224455-i4qtut3p9cv1f4si
GUI: finished to implement the reload of the GUI

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        gchar *cClickAnim;
41
41
        gchar *cClickEffect;
42
42
        int iEffectOnDisappearance;
 
43
        GtkWindow *pMainWindow;
43
44
};
44
45
 
45
46
#define CONFIG_WIDGET(w) ((ConfigWidget*)(w))
47
48
#define IS_CONFIG_WIDGET(w) (w && CD_WIDGET(w)->iType == WIDGET_CONFIG)
48
49
 
49
50
 
50
 
ConfigWidget *cairo_dock_config_widget_new (void);
 
51
ConfigWidget *cairo_dock_config_widget_new (GtkWindow *pMainWindow);
51
52
 
52
53
 
53
54
void cairo_dock_widget_config_update_shortkeys (ConfigWidget *pConfigWidget);