Class: Wx::AUI::AuiDefaultToolBarArt
- Inherits:
-
AuiToolBarArt
- Object
- AuiToolBarArt
- Wx::AUI::AuiDefaultToolBarArt
- Defined in:
- lib/wx/doc/gen/aui/aui_tool_bar_art.rb
Overview
AuiDefaultToolBarArt is part of the Wx::AUI class framework.
See also AuiToolBarArt , AuiToolBar and wxAUI Overview.
Category: Window Docking (wxAUI)
Instance Method Summary collapse
- #clone ⇒ Wx::AUI::AuiToolBarArt
- #draw_background(dc, wnd, rect) ⇒ void
- #draw_button(dc, wnd, item, rect) ⇒ void
- #draw_control_label(dc, wnd, item, rect) ⇒ void
- #draw_drop_down_button(dc, wnd, item, rect) ⇒ void
- #draw_gripper(dc, wnd, rect) ⇒ void
- #draw_label(dc, wnd, item, rect) ⇒ void
- #draw_overflow_button(dc, wnd, rect, state) ⇒ void
- #draw_plain_background(dc, wnd, rect) ⇒ void
- #draw_separator(dc, wnd, rect) ⇒ void
- #get_element_size(element) ⇒ Integer (also: #element_size)
- #get_flags ⇒ Integer (also: #flags)
- #get_font ⇒ Wx::Font (also: #font)
- #get_label_size(dc, wnd, item) ⇒ Wx::Size (also: #label_size)
- #get_text_orientation ⇒ Integer (also: #text_orientation)
- #get_tool_size(dc, wnd, item) ⇒ Wx::Size (also: #tool_size)
- #initialize ⇒ Wx::AUI::AuiDefaultToolBarArt constructor
- #set_element_size(element_id, size) ⇒ void
- #set_flags(flags) ⇒ void (also: #flags=)
- #set_font(font) ⇒ void (also: #font=)
- #set_text_orientation(orientation) ⇒ void (also: #text_orientation=)
- #show_drop_down(wnd, items) ⇒ Integer
Constructor Details
#initialize ⇒ Wx::AUI::AuiDefaultToolBarArt
153 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 153 def initialize; end |
Instance Method Details
#clone ⇒ Wx::AUI::AuiToolBarArt
156 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 156 def clone; end |
#draw_background(dc, wnd, rect) ⇒ void
This method returns an undefined value.
189 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 189 def draw_background(dc, wnd, rect) end |
#draw_button(dc, wnd, item, rect) ⇒ void
This method returns an undefined value.
209 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 209 def (dc, wnd, item, rect) end |
#draw_control_label(dc, wnd, item, rect) ⇒ void
This method returns an undefined value.
223 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 223 def draw_control_label(dc, wnd, item, rect) end |
#draw_drop_down_button(dc, wnd, item, rect) ⇒ void
This method returns an undefined value.
216 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 216 def (dc, wnd, item, rect) end |
#draw_gripper(dc, wnd, rect) ⇒ void
This method returns an undefined value.
235 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 235 def draw_gripper(dc, wnd, rect) end |
#draw_label(dc, wnd, item, rect) ⇒ void
This method returns an undefined value.
202 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 202 def draw_label(dc, wnd, item, rect) end |
#draw_overflow_button(dc, wnd, rect, state) ⇒ void
This method returns an undefined value.
242 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 242 def (dc, wnd, rect, state) end |
#draw_plain_background(dc, wnd, rect) ⇒ void
This method returns an undefined value.
195 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 195 def draw_plain_background(dc, wnd, rect) end |
#draw_separator(dc, wnd, rect) ⇒ void
This method returns an undefined value.
229 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 229 def draw_separator(dc, wnd, rect) end |
#get_element_size(element) ⇒ Integer Also known as: element_size
260 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 260 def get_element_size(element) end |
#get_flags ⇒ Integer Also known as: flags
164 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 164 def get_flags; end |
#get_font ⇒ Wx::Font Also known as: font
173 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 173 def get_font; end |
#get_label_size(dc, wnd, item) ⇒ Wx::Size Also known as: label_size
248 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 248 def get_label_size(dc, wnd, item) end |
#get_text_orientation ⇒ Integer Also known as: text_orientation
182 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 182 def get_text_orientation; end |
#get_tool_size(dc, wnd, item) ⇒ Wx::Size Also known as: tool_size
255 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 255 def get_tool_size(dc, wnd, item) end |
#set_element_size(element_id, size) ⇒ void
This method returns an undefined value.
266 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 266 def set_element_size(element_id, size) end |
#set_flags(flags) ⇒ void Also known as: flags=
This method returns an undefined value.
160 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 160 def set_flags(flags) end |
#set_font(font) ⇒ void Also known as: font=
This method returns an undefined value.
169 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 169 def set_font(font) end |
#set_text_orientation(orientation) ⇒ void Also known as: text_orientation=
This method returns an undefined value.
178 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 178 def set_text_orientation(orientation) end |
#show_drop_down(wnd, items) ⇒ Integer
271 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 271 def show_drop_down(wnd, items) end |