~cairo-dock-team/cairo-dock-core/popup_from_shortkey

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-container.h

  • Committer: Fabrice Rey
  • Date: 2013-06-04 22:58:28 UTC
  • Revision ID: fabounet03@gmail.com-20130604225828-x8lg3mv9135jr114
updated various parts of the core to the new API (new icons type, 'delete' method, simplified functions, etc)

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
 
247
247
/** Clear and trigger the redraw of an Icon. The drawing is not done immediately, but when the expose event is received.
248
248
*@param icon l'icone a retracer.
249
 
*@param pContainer le container de l'icone.
250
249
*/
251
 
void cairo_dock_redraw_icon (Icon *icon, GldiContainer *pContainer);
 
250
void cairo_dock_redraw_icon (Icon *icon);
252
251
 
253
252
 
254
253
void cairo_dock_allow_widget_to_receive_data (GtkWidget *pWidget, GCallback pCallBack, gpointer data);