![]() |
![]() |
![]() |
Moblin UI Toolkit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Signals |
MxPopup; ClutterActor * mx_popup_new (void); void mx_popup_add_action (MxPopup *popup, MxAction *action); void mx_popup_remove_action (MxPopup *popup, MxAction *action); void mx_popup_clear (MxPopup *popup);
GObject +----GInitiallyUnowned +----ClutterActor +----MxWidget +----MxFloatingWidget +----MxPopup
MxPopup displays a list of user actions, defined by a list of MxActions. The popup list will appear above all other actors.
typedef struct _MxPopup MxPopup;
The contents of this structure are private and should only be accessed through the public API.
ClutterActor * mx_popup_new (void);
Create a new MxPopup
Returns : |
a newly allocated MxPopup |
void mx_popup_add_action (MxPopup *popup, MxAction *action);
Append action
to popup
.
void mx_popup_remove_action (MxPopup *popup, MxAction *action);
Remove action
from popup
.