
| wx.Aui.AuiDockArt.AuiDockArt | ( | IntPtr | auiDockArtPtr | ) | [protected] |
| override void wx.Aui.AuiDockArt.CallDTor | ( | ) | [protected, virtual] |
| override void wx.Aui.AuiDockArt.Dispose | ( | ) | [virtual] |
Reimplemented from wx.Object.
| void wx.Aui.AuiDockArt.DrawBackground | ( | wx.DC | dc, | |
| Window | window, | |||
| Orientation | orientation, | |||
| wx.wxRect | rect | |||
| ) |
| void wx.Aui.AuiDockArt.DrawBorder | ( | wx.DC | dc, | |
| Window | window, | |||
| wx.wxRect | rect, | |||
| AuiPaneInfo | pane | |||
| ) |
| void wx.Aui.AuiDockArt.DrawCaption | ( | wx.DC | dc, | |
| Window | window, | |||
| string | text, | |||
| wx.wxRect | rect, | |||
| AuiPaneInfo | pane | |||
| ) |
| void wx.Aui.AuiDockArt.DrawCaption | ( | wx.DC | dc, | |
| Window | window, | |||
| wxString | text, | |||
| wx.wxRect | rect, | |||
| AuiPaneInfo | pane | |||
| ) |
| void wx.Aui.AuiDockArt.DrawGripper | ( | wx.DC | dc, | |
| Window | window, | |||
| wx.wxRect | rect, | |||
| AuiPaneInfo | pane | |||
| ) |
| void wx.Aui.AuiDockArt.DrawPaneButton | ( | wx.DC | dc, | |
| Window | window, | |||
| AuiButtonId | button, | |||
| AuiPaneButtonState | button_state, | |||
| wx.wxRect | rect, | |||
| AuiPaneInfo | pane | |||
| ) |
| void wx.Aui.AuiDockArt.DrawSash | ( | wx.DC | dc, | |
| Window | window, | |||
| Orientation | orientation, | |||
| wx.wxRect | rect | |||
| ) |
| wx.Colour wx.Aui.AuiDockArt.GetColor | ( | AuiPaneDockArtSetting | id | ) |
| wx.Colour wx.Aui.AuiDockArt.GetColour | ( | AuiPaneDockArtSetting | id | ) |
| wx.Font wx.Aui.AuiDockArt.GetFont | ( | AuiPaneDockArtSetting | id | ) |
| int wx.Aui.AuiDockArt.GetMetric | ( | AuiPaneDockArtSetting | id | ) |
| void wx.Aui.AuiDockArt.SetColor | ( | AuiPaneDockArtSetting | id, | |
| wx.Colour | color | |||
| ) |
| void wx.Aui.AuiDockArt.SetColour | ( | AuiPaneDockArtSetting | id, | |
| wx.Colour | color | |||
| ) |
| void wx.Aui.AuiDockArt.SetFont | ( | AuiPaneDockArtSetting | id, | |
| wx.Font | font | |||
| ) |
| void wx.Aui.AuiDockArt.SetMetric | ( | AuiPaneDockArtSetting | id, | |
| int | new_val | |||
| ) |