GtkMenu

A GTK menu.

Members

Functions

add
void add(IMenu menu)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(IMenuButton menubutton)
Undocumented in source. Be warned that the author may not have intended to support it.
application
void application(IApplicationProxy app)
Undocumented in source. Be warned that the author may not have intended to support it.
application
Application application()
Undocumented in source. Be warned that the author may not have intended to support it.
createInstance
Menu createInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
gioApplication
GioApplication gioApplication()
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text()
Undocumented in source. Be warned that the author may not have intended to support it.
text
void text(string text)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IMenu

text
string text()

Gets the text for this menu.

text
void text(string )

Sets the text for this menu.

add
void add(IMenu menu)

Adds a submenu to the menu.

add
void add(IMenuButton button)

Adds a menu button to the menu.

From IApplicationProxy

application
Application application()

Returns the GTK application instance.

gioApplication
GioApplication gioApplication()

Returns the GIO Application instance.

Meta