Class: Gtk::MenuToolButton
- Inherits:
- 
      Object
      
        - Object
- Gtk::MenuToolButton
 
- Defined in:
- (unknown)
Instance Method Summary collapse
- 
  
    
      #arrow_tooltip_markup=(markup)  ⇒ nil 
    
    
  
  
  
  
  
  
  
  
  
    Sets the tooltip markup text to be used as tooltip for the arrow button which pops up the menu. 
- 
  
    
      #arrow_tooltip_text=(text)  ⇒ nil 
    
    
  
  
  
  
  
  
  
  
  
    Sets the tooltip text to be used as tooltip for the arrow button which pops up the menu. 
- 
  
    
      #menu  ⇒ Gtk::Menu 
    
    
  
  
  
  
  
  
  
  
  
    Menu. 
- #menu=(menu) ⇒ Gtk::Menu
- 
  
    
      #new(icon_widget, label)  ⇒ Gtk::ToolItem 
    
    
  
  
  
  
  
  
  
  
  
    Creates a new Gtk::MenuToolButton using icon_widget as icon and label as label. 
- 
  
    
      #new_from_stock(stock_id)  ⇒ Gtk::ToolItem 
    
    
  
  
  
  
  
  
  
  
  
    Creates a new Gtk::MenuToolButton. 
Instance Method Details
#arrow_tooltip_markup=(markup) ⇒ nil
Sets the tooltip markup text to be used as tooltip for the arrow button which pops up the menu. See gtk_tool_item_set_tooltip_text() for setting a tooltip on the whole Gtk::MenuToolButton.
#arrow_tooltip_text=(text) ⇒ nil
Sets the tooltip text to be used as tooltip for the arrow button which pops up the menu. See gtk_tool_item_set_tooltip_text() for setting a tooltip on the whole Gtk::MenuToolButton.
#menu ⇒ Gtk::Menu
Returns menu.
#menu=(menu) ⇒ Gtk::Menu
#new(icon_widget, label) ⇒ Gtk::ToolItem
Creates a new Gtk::MenuToolButton using icon_widget as icon and label as label.
#new_from_stock(stock_id) ⇒ Gtk::ToolItem
Creates a new Gtk::MenuToolButton. The new Gtk::MenuToolButton will contain an icon and label from the stock item indicated by stock_id.