Module dui.MenuBar
Constructor Summary | |
---|---|
(GtkWidget *gtkWidget) |
|
public |
() Creates a new menu bar |
Methods Summary | |
---|---|
public static GType |
getType() Gets this class type |
Menu |
append(char label) Creates a new menu and appends it to this menu bar |
Menu |
append(String label) |
void |
append(MenuItem item) Walter promissed that this is going to change |
Menu |
append(char label, bit rightJustify) Creates a new menu and appends it to this menu bar |
Menu |
append(String label, bit rightJustify) |