![]() |
![]() |
![]() |
Mx Toolkit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct MxNotebook; struct MxNotebookClass; ClutterActor * mx_notebook_new (void
); void mx_notebook_set_current_page (MxNotebook *notebook
,ClutterActor *page
); ClutterActor * mx_notebook_get_current_page (MxNotebook *notebook
); gboolean mx_notebook_get_enable_gestures (MxNotebook *book
); void mx_notebook_set_enable_gestures (MxNotebook *book
,gboolean enabled
);
MxNotebook implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable and MxFocusable.
struct MxNotebook;
The contents of this structure is private and should only be accessed using the provided API.
struct MxNotebookClass { MxWidgetClass parent_class; /* padding for future expansion */ void (*_padding_0) (void); void (*_padding_1) (void); void (*_padding_2) (void); void (*_padding_3) (void); void (*_padding_4) (void); };
void mx_notebook_set_current_page (MxNotebook *notebook
,ClutterActor *page
);
ClutterActor * mx_notebook_get_current_page (MxNotebook *notebook
);
Get the current page
|
A MxNotebook |
Returns : |
the current page. [transfer none] |
void mx_notebook_set_enable_gestures (MxNotebook *book
,gboolean enabled
);