Module: Gtk::ToolShell
- Defined in:
- (unknown)
Overview
The Gtk::ToolShell interface allows container widgets to provide additional information when embedding Gtk::ToolItem widgets.
Instance Method Summary collapse
- 
  
    
      #ellipsize_mode  ⇒ Pango::EllipsizeMode 
    
    
  
  
  
  
  
  
  
  
  
    Retrieves the current ellipsize mode for the tool shell. 
- 
  
    
      #get_ellipsize_mode(shell)  ⇒ Pango::EllipsizeMode 
    
    
  
  
  
  
  
  
  
  
  
    The current ellipsize mode of shell. 
- #get_icon_size(shell) ⇒ Gtk::IconSize
- 
  
    
      #get_orientation(shell)  ⇒ Gtk::Orientation 
    
    
  
  
  
  
  
  
  
  
  
    The current orientation of shell. 
- 
  
    
      #get_relief_style(shell)  ⇒ Gtk::ReliefStyle 
    
    
  
  
  
  
  
  
  
  
  
    The relief style of buttons on shell. 
- 
  
    
      #get_style(shell)  ⇒ Gtk::ToolbarStyle 
    
    
  
  
  
  
  
  
  
  
  
    The current style of shell. 
- 
  
    
      #get_text_alignment(shell)  ⇒ Gtk::gfloat 
    
    
  
  
  
  
  
  
  
  
  
    The current text alignment of shell. 
- 
  
    
      #get_text_orientation(shell)  ⇒ Gtk::Orientation 
    
    
  
  
  
  
  
  
  
  
  
    The current text orientation of shell. 
- 
  
    
      #get_text_size_group(shell)  ⇒ Gtk::SizeGroup 
    
    
  
  
  
  
  
  
  
  
  
    The current text size group of shell. 
- 
  
    
      #icon_size  ⇒ Integer 
    
    
  
  
  
  
  
  
  
  
  
    Retrieves the icon size for the tool shell. 
- 
  
    
      #orientation  ⇒ Gtk::Orientation 
    
    
  
  
  
  
  
  
  
  
  
    Retrieves the current orientation for the tool shell. 
- #rebuild_menu(shell) ⇒ nil
- 
  
    
      #relief_style  ⇒ Gtk::ReliefStyle 
    
    
  
  
  
  
  
  
  
  
  
    Returns the relief style of buttons on shell. 
- 
  
    
      #style  ⇒ Gtk::ToolbarStyle 
    
    
  
  
  
  
  
  
  
  
  
    Retrieves whether the tool shell has text, icons, or both. 
- 
  
    
      #text_alignment  ⇒ Gtk::gfloat 
    
    
  
  
  
  
  
  
  
  
  
    Retrieves the current text alignment for the tool shell. 
- 
  
    
      #text_orientation  ⇒ Gtk::Orientation 
    
    
  
  
  
  
  
  
  
  
  
    Retrieves the current text orientation for the tool shell. 
- 
  
    
      #text_size_group  ⇒ Gtk::SizeGroup 
    
    
  
  
  
  
  
  
  
  
  
    Retrieves the current text size group for the tool shell. 
Instance Method Details
#ellipsize_mode ⇒ Pango::EllipsizeMode
Retrieves the current ellipsize mode for the tool shell. Tool items must not call this function directly, but rely on gtk_tool_item_get_ellipsize_mode() instead.
#get_ellipsize_mode(shell) ⇒ Pango::EllipsizeMode
Returns the current ellipsize mode of shell.
#get_icon_size(shell) ⇒ Gtk::IconSize
#get_orientation(shell) ⇒ Gtk::Orientation
Returns the current orientation of shell.
#get_relief_style(shell) ⇒ Gtk::ReliefStyle
Returns The relief style of buttons on shell.
#get_style(shell) ⇒ Gtk::ToolbarStyle
Returns the current style of shell.
#get_text_alignment(shell) ⇒ Gtk::gfloat
Returns the current text alignment of shell.
#get_text_orientation(shell) ⇒ Gtk::Orientation
Returns the current text orientation of shell.
#get_text_size_group(shell) ⇒ Gtk::SizeGroup
Returns the current text size group of shell.
#icon_size ⇒ Integer
Retrieves the icon size for the tool shell. Tool items must not call this function directly, but rely on gtk_tool_item_get_icon_size() instead.
#orientation ⇒ Gtk::Orientation
Retrieves the current orientation for the tool shell. Tool items must not call this function directly, but rely on gtk_tool_item_get_orientation() instead.
#rebuild_menu(shell) ⇒ nil
#relief_style ⇒ Gtk::ReliefStyle
Returns the relief style of buttons on shell. Tool items must not call this function directly, but rely on gtk_tool_item_get_relief_style() instead.
#style ⇒ Gtk::ToolbarStyle
Retrieves whether the tool shell has text, icons, or both. Tool items must not call this function directly, but rely on gtk_tool_item_get_toolbar_style() instead.
#text_alignment ⇒ Gtk::gfloat
Retrieves the current text alignment for the tool shell. Tool items must not call this function directly, but rely on gtk_tool_item_get_text_alignment() instead.
#text_orientation ⇒ Gtk::Orientation
Retrieves the current text orientation for the tool shell. Tool items must not call this function directly, but rely on gtk_tool_item_get_text_orientation() instead.
#text_size_group ⇒ Gtk::SizeGroup
Retrieves the current text size group for the tool shell. Tool items must not call this function directly, but rely on gtk_tool_item_get_text_size_group() instead.