| Top |
MxNotebook implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable and MxFocusable.
void mx_notebook_set_current_page (MxNotebook *notebook,ClutterActor *page);
ClutterActor *
mx_notebook_get_current_page (MxNotebook *notebook);
Get the current page
void mx_notebook_set_enable_gestures (MxNotebook *book,gboolean enabled);
struct MxNotebook;
The contents of this structure is private and should only be accessed using the provided API.
“current-page” property“current-page” ClutterActor *
The current ClutterActor being displayed.
Owner: MxNotebook
Flags: Read / Write
“enable-gestures” property“enable-gestures” gboolean
Enable use of pointer gestures to switch page.
Owner: MxNotebook
Flags: Read / Write
Default value: FALSE