Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

ui-items-stock.h File Reference

#include <libgnomeuimm/ui-items-derived.h>

Go to the source code of this file.

Namespaces

namespace  Gnome
namespace  Gnome::UI
namespace  Gnome::UI::Items
namespace  Gnome::UI::MenuItems
namespace  Gnome::UI::Menus

Defines

#define STOCK_MENU_ITEM(X, Y)
#define STOCK_MENU_ITEM_EXTRA(X, Y)
#define STOCK_MENU(X, Y)


Define Documentation

#define STOCK_MENU X,
 ) 
 

Value:

struct X : public Items::Menu \
{ \
  X(const Items::Array<Info>& tree = Items::Array<Info>()) \
  : Items::Menu(Y,tree) \
  {} \
  ~X() \
  {} \
}

#define STOCK_MENU_ITEM X,
 ) 
 

Value:

struct X : public Items::ConfigureItem \
  { \
    X(const Callback& cb) \
    { \
     init(cb, Y); \
    } \
    X(const CallbackWithWidget& cb = CallbackWithWidget()) \
    { \
     init(cb, Y); \
    } \
    ~X() {} \
  }

#define STOCK_MENU_ITEM_EXTRA X,
 ) 
 

Value:

struct X : public Items::ConfigureItem \
  { \
    X(const Glib::ustring& strLabel, const Glib::ustring& strHint, const Callback& cb) \
    { \
     init(cb, Y, strLabel, strHint); \
    } \
    X(const Glib::ustring& strLabel, const Glib::ustring& strHint, const CallbackWithWidget& cb = CallbackWithWidget()) \
    { \
     init(cb, Y, strLabel, strHint); \
    } \
    ~X() {} \
  }


Generated on Fri Oct 17 13:04:05 2003 for libgnomeuimm by doxygen 1.3.3