GtkMenuButton

A GTK menu button.

Constructors

this
this()
Undocumented in source.

Members

Functions

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
MenuItem 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.
onClick
void delegate() onClick()
Undocumented in source. Be warned that the author may not have intended to support it.
onClick
void onClick(void delegate() callback)
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 IMenuButton

text
string text()

Gets the text for this menu.

text
void text(string )

Sets the text for this menu.

onClick
void delegate() onClick()

Gets the callback that is executed when the button is clicked.

onClick
void onClick(void delegate() callback)

Sets the callback that is executed when the button is clicked.

From IApplicationProxy

application
Application application()

Returns the GTK application instance.

gioApplication
GioApplication gioApplication()

Returns the GIO Application instance.

Meta