mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Upgrade gtkmm to 2.10.8, glibmm to 2.13.3 and add cairomm 1.2.4
git-svn-id: svn://localhost/ardour2/trunk@2630 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b01bdb7e70
commit
61c990dfba
647 changed files with 30833 additions and 7328 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#ifndef _GTKMM_CHECKBUTTON_H
|
||||
#define _GTKMM_CHECKBUTTON_H
|
||||
|
||||
|
||||
#include <glibmm.h>
|
||||
|
||||
/* $Id$ */
|
||||
|
|
@ -93,11 +94,17 @@ public:
|
|||
|
||||
public:
|
||||
//C++ methods used to invoke GTK+ virtual functions:
|
||||
#ifdef GLIBMM_VFUNCS_ENABLED
|
||||
#endif //GLIBMM_VFUNCS_ENABLED
|
||||
|
||||
protected:
|
||||
//GTK+ Virtual Functions (override these to change behaviour):
|
||||
#ifdef GLIBMM_VFUNCS_ENABLED
|
||||
#endif //GLIBMM_VFUNCS_ENABLED
|
||||
|
||||
//Default Signal Handlers::
|
||||
#ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
|
||||
#endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
|
||||
|
||||
|
||||
private:
|
||||
|
|
@ -129,9 +136,11 @@ protected:
|
|||
* The GdkRectangle specifies the area of the widget which will get
|
||||
* redrawn.
|
||||
*/
|
||||
virtual void draw_indicator_vfunc(GdkRectangle* area);
|
||||
|
||||
#ifdef GLIBMM_VFUNCS_ENABLED
|
||||
virtual void draw_indicator_vfunc(GdkRectangle* area);
|
||||
#endif //GLIBMM_VFUNCS_ENABLED
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -146,6 +155,8 @@ namespace Glib
|
|||
* @result A C++ instance that wraps this C instance.
|
||||
*/
|
||||
Gtk::CheckButton* wrap(GtkCheckButton* object, bool take_copy = false);
|
||||
}
|
||||
} //namespace Glib
|
||||
|
||||
|
||||
#endif /* _GTKMM_CHECKBUTTON_H */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue