mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Initial revision
git-svn-id: svn://localhost/trunk/ardour2@4 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
commit
d09f6b3016
1253 changed files with 292928 additions and 0 deletions
48
libs/gtkmm2/gtk/gtkmm/private/menuitem_p.h
Normal file
48
libs/gtkmm2/gtk/gtkmm/private/menuitem_p.h
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
// -*- c++ -*-
|
||||
// Generated by gtkmmproc -- DO NOT MODIFY!
|
||||
#ifndef _GTKMM_MENUITEM_P_H
|
||||
#define _GTKMM_MENUITEM_P_H
|
||||
#include <gtkmm/private/item_p.h>
|
||||
|
||||
#include <glibmm/class.h>
|
||||
|
||||
namespace Gtk
|
||||
{
|
||||
|
||||
class MenuItem_Class : public Glib::Class
|
||||
{
|
||||
public:
|
||||
#ifndef DOXYGEN_SHOULD_SKIP_THIS
|
||||
typedef MenuItem CppObjectType;
|
||||
typedef GtkMenuItem BaseObjectType;
|
||||
typedef GtkMenuItemClass BaseClassType;
|
||||
typedef Gtk::Item_Class CppClassParent;
|
||||
typedef GtkItemClass BaseClassParent;
|
||||
|
||||
friend class MenuItem;
|
||||
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
|
||||
|
||||
const Glib::Class& init();
|
||||
|
||||
static void class_init_function(void* g_class, void* class_data);
|
||||
|
||||
static Glib::ObjectBase* wrap_new(GObject*);
|
||||
|
||||
protected:
|
||||
|
||||
//Callbacks (default signal handlers):
|
||||
//These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
|
||||
//You could prevent the original default signal handlers being called by overriding the *_impl method.
|
||||
static void activate_callback(GtkMenuItem* self);
|
||||
static void activate_item_callback(GtkMenuItem* self);
|
||||
static void toggle_size_request_callback(GtkMenuItem* self, int* p0);
|
||||
static void toggle_size_allocate_callback(GtkMenuItem* self, gint p0);
|
||||
|
||||
//Callbacks (virtual functions):
|
||||
};
|
||||
|
||||
|
||||
} // namespace Gtk
|
||||
|
||||
#endif /* _GTKMM_MENUITEM_P_H */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue