GtkMenuToolButton GtkMenuToolButton
A menu item that shows both a button and a drop down menu.Hierarquia de Objetos
GObject
`-- GtkObject
`-- GtkWidget
`-- GtkContainer
`-- GtkBin
`-- GtkToolItem
`-- GtkToolButton
`-- GtkMenuToolButtonDescrição
This tool item class represents a normal button with a button on the right displaying an arrow. Pressing it will popup the attached GtkMenu.
If no menu is attached with set_menu() , the arrow is greyed out.
Construtores
GtkMenuToolButton (GtkWidget icon_widget, string label);-- Creates a new menu tool button.Métodos
get_menu() Retrieves the attached menu. set_arrow_tooltip() Set the tooltip for the arrow button. set_menu() Attaches a menu to the button. Propriedades
Use os métodos get_property e set_property para acessar estes.
menu: Menu widget. Sinais
"show-menu" The dropdown menu is being shown.





