| Moblin UI Toolkit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals | ||||
MxToolbar; ClutterActor * mx_toolbar_new (void); void mx_toolbar_set_has_close_button (MxToolbar *toolbar,gboolean has_close_button); gboolean mx_toolbar_get_has_close_button (MxToolbar *toolbar);
GObject +----GInitiallyUnowned +----ClutterActor +----MxWidget +----MxBin +----MxToolbar
MxToolbar implements ClutterScriptable, MxStylable, ClutterContainer and MxFocusable.
void mx_toolbar_set_has_close_button (MxToolbar *toolbar,gboolean has_close_button);
|
|
|
"has-close-button" property"has-close-button" gboolean : Read / Write
Whether to show a close button on the toolbar.
Default value: TRUE