Class: Wx::AUI::AuiDefaultDockArt

Inherits:
AuiDockArt show all
Defined in:
lib/wx/doc/gen/aui/aui_dock_art.rb

Overview

This is the default art provider for AuiManager.

Dock art can be customized by creating a class derived from this one, or replacing this class entirely.

Requires:

  • USE_AUI

Instance Method Summary collapse

Constructor Details

#initializeWx::AUI::AuiDefaultDockArt



332
# File 'lib/wx/doc/gen/aui/aui_dock_art.rb', line 332

def initialize; end

Instance Method Details

#cloneWx::AUI::AuiDockArt

Create a copy of this Wx::AUI::AuiDockArt instance.

Returns:



336
# File 'lib/wx/doc/gen/aui/aui_dock_art.rb', line 336

def clone; end

#draw_background(dc, window, orientation, rect) ⇒ void

This method returns an undefined value.

Draws a background.

Parameters:



396
# File 'lib/wx/doc/gen/aui/aui_dock_art.rb', line 396

def draw_background(dc, window, orientation, rect) end

#draw_border(dc, window, rect, pane) ⇒ void

This method returns an undefined value.

Draws a border.

Parameters:



421
# File 'lib/wx/doc/gen/aui/aui_dock_art.rb', line 421

def draw_border(dc, window, rect, pane) end

#draw_caption(dc, window, text, rect, pane) ⇒ void

This method returns an undefined value.

Draws a caption.

Parameters:



405
# File 'lib/wx/doc/gen/aui/aui_dock_art.rb', line 405

def draw_caption(dc, window, text, rect, pane) end

#draw_gripper(dc, window, rect, pane) ⇒ void

This method returns an undefined value.

Draws a gripper.

Parameters:



413
# File 'lib/wx/doc/gen/aui/aui_dock_art.rb', line 413

def draw_gripper(dc, window, rect, pane) end

#draw_pane_button(dc, window, button, button_state, rect, pane) ⇒ void

This method returns an undefined value.

Draws a button in the pane’s title bar.

button can be one of the values of Wx::AUI::AuiButtonId. button_state can be one of the values of Wx::AUI::AuiPaneButtonState.

Parameters:



433
# File 'lib/wx/doc/gen/aui/aui_dock_art.rb', line 433

def draw_pane_button(dc, window, button, button_state, rect, pane) end

#draw_sash(dc, window, orientation, rect) ⇒ void

This method returns an undefined value.

Draws a sash between two windows.

Parameters:



388
# File 'lib/wx/doc/gen/aui/aui_dock_art.rb', line 388

def draw_sash(dc, window, orientation, rect) end

#get_colour(id) ⇒ Wx::Colour Also known as: colour

Get the colour of a certain setting.

id can be one of the colour values of Wx::AUI::AuiPaneDockArtSetting.

Parameters:

  • id (Integer)

Returns:



359
# File 'lib/wx/doc/gen/aui/aui_dock_art.rb', line 359

def get_colour(id) end

#get_font(id) ⇒ Wx::Font Also known as: font

Get a font setting.

Parameters:

  • id (Integer)

Returns:



379
# File 'lib/wx/doc/gen/aui/aui_dock_art.rb', line 379

def get_font(id) end

#get_metric(id) ⇒ Integer Also known as: metric

Get the value of a certain setting.

id can be one of the size values of Wx::AUI::AuiPaneDockArtSetting.

Parameters:

  • id (Integer)

Returns:

  • (Integer)


343
# File 'lib/wx/doc/gen/aui/aui_dock_art.rb', line 343

def get_metric(id) end

#set_colour(id, colour) ⇒ void

This method returns an undefined value.

Set a certain setting with the value colour.

id can be one of the colour values of Wx::AUI::AuiPaneDockArtSetting.

Parameters:

  • id (Integer)
  • colour (Wx::Colour, String, Symbol)


368
# File 'lib/wx/doc/gen/aui/aui_dock_art.rb', line 368

def set_colour(id, colour) end

#set_font(id, font) ⇒ void

This method returns an undefined value.

Set a font setting.

Parameters:



374
# File 'lib/wx/doc/gen/aui/aui_dock_art.rb', line 374

def set_font(id, font) end

#set_metric(id, new_val) ⇒ void

This method returns an undefined value.

Set a certain setting with the value new_val.

id can be one of the size values of Wx::AUI::AuiPaneDockArtSetting.

Parameters:

  • id (Integer)
  • new_val (Integer)


352
# File 'lib/wx/doc/gen/aui/aui_dock_art.rb', line 352

def set_metric(id, new_val) end