~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0beta1

« back to all changes in this revision

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

  • Committer: Kees Cook
  • Date: 2011-08-11 19:31:26 UTC
  • mfrom: (19.1.1 cairo-dock)
  • Revision ID: kees@outflux.net-20110811193126-wh97aamdqx5gaf2f
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
*/
283
283
GtkWidget *cairo_dock_add_in_menu_with_stock_and_data (const gchar *cLabel, const gchar *gtkStock, GFunc pFunction, GtkWidget *pMenu, gpointer pData);
284
284
 
 
285
/** Add sub-menu to a given menu.
 
286
*@param cLabel label of the sub-menu
 
287
*@param pMenu the menu to insert the entry in
 
288
*@param cImage a GTK stock or a path to an image
 
289
* @return the new sub-menu that has been added.
 
290
*/
 
291
GtkWidget *cairo_dock_create_sub_menu (const gchar *cLabel, GtkWidget *pMenu, const gchar *cImage);
 
292
 
 
293
 
285
294
/** Build the main menu of a Container.
286
295
*@param icon the icon that was left-clicked, or NULL if none.
287
296
*@param pContainer the container that was left-clicked.