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(elementId) ⇒ Integer
(also: #element_size)
Return the size of the element.
- #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(elementId, size) ⇒ void
Change the size of the element.
- #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
Methods inherited from AuiToolBarArt
Constructor Details
#initialize ⇒ Wx::AUI::AuiDefaultToolBarArt
174 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 174 def initialize; end |
Instance Method Details
#clone ⇒ Wx::AUI::AuiToolBarArt
177 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 177 def clone; end |
#draw_background(dc, wnd, rect) ⇒ void
This method returns an undefined value.
210 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 210 def draw_background(dc, wnd, rect) end |
#draw_button(dc, wnd, item, rect) ⇒ void
This method returns an undefined value.
230 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 230 def (dc, wnd, item, rect) end |
#draw_control_label(dc, wnd, item, rect) ⇒ void
This method returns an undefined value.
244 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 244 def draw_control_label(dc, wnd, item, rect) end |
#draw_drop_down_button(dc, wnd, item, rect) ⇒ void
This method returns an undefined value.
237 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 237 def (dc, wnd, item, rect) end |
#draw_gripper(dc, wnd, rect) ⇒ void
This method returns an undefined value.
256 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 256 def draw_gripper(dc, wnd, rect) end |
#draw_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_label(dc, wnd, item, rect) end |
#draw_overflow_button(dc, wnd, rect, state) ⇒ void
This method returns an undefined value.
263 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 263 def (dc, wnd, rect, state) end |
#draw_plain_background(dc, wnd, rect) ⇒ void
This method returns an undefined value.
216 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 216 def draw_plain_background(dc, wnd, rect) end |
#draw_separator(dc, wnd, rect) ⇒ void
This method returns an undefined value.
250 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 250 def draw_separator(dc, wnd, rect) end |
#get_element_size(elementId) ⇒ Integer Also known as: element_size
Return the size of the element.
Implement the base class pure virtual function by returning the default element size or the last value passed to #set_element_size.
284 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 284 def get_element_size(elementId) end |
#get_flags ⇒ Integer Also known as: flags
185 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 185 def get_flags; end |
#get_font ⇒ Wx::Font Also known as: font
194 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 194 def get_font; end |
#get_label_size(dc, wnd, item) ⇒ Wx::Size Also known as: label_size
269 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 269 def get_label_size(dc, wnd, item) end |
#get_text_orientation ⇒ Integer Also known as: text_orientation
203 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 203 def get_text_orientation; end |
#get_tool_size(dc, wnd, item) ⇒ Wx::Size Also known as: tool_size
276 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 276 def get_tool_size(dc, wnd, item) end |
#set_element_size(elementId, size) ⇒ void
This method returns an undefined value.
Change the size of the element.
Implements the base class pure virtual function by storing the value to be returned by #get_element_size and used by Wx::AUI::AuiToolBarArt#get_element_size_for_window. As for the base class function, size is in DIPs, not pixels, so Window#from_dip should not be used for it.
294 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 294 def set_element_size(elementId, size) end |
#set_flags(flags) ⇒ void Also known as: flags=
This method returns an undefined value.
181 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 181 def set_flags(flags) end |
#set_font(font) ⇒ void Also known as: font=
This method returns an undefined value.
190 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 190 def set_font(font) end |
#set_text_orientation(orientation) ⇒ void Also known as: text_orientation=
This method returns an undefined value.
199 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 199 def set_text_orientation(orientation) end |
#show_drop_down(wnd, items) ⇒ Integer
299 |
# File 'lib/wx/doc/gen/aui/aui_tool_bar_art.rb', line 299 def show_drop_down(wnd, items) end |