Package gui :: Package analyses :: Module wizard :: Class New_analysis_button
[hide private]
[frames] | no frames]

Class New_analysis_button

source code


A special button for the new analysis panel.

Instance Methods [hide private]
 
OnLeftDown(self, event)
Catch left button mouse down events to ignore when the button is toggled.
source code
 
OnMouse(self, event)
Catch mouse events, specifically entry into the window.
source code

Inherited from wx.lib.buttons.__ThemedMixin: DrawBezel, InitOtherEvents

Inherited from wx.lib.buttons.__ToggleMixin: GetToggle, GetValue, OnKeyDown, OnKeyUp, OnLeftUp, OnMotion, SetToggle, SetValue

Inherited from wx.lib.buttons.GenBitmapTextButton: DrawLabel, __init__

Inherited from wx.lib.buttons.GenBitmapTextButton (private): _GetLabelSize

Inherited from wx.lib.buttons.GenBitmapButton: GetBitmapDisabled, GetBitmapFocus, GetBitmapLabel, GetBitmapSelected, SetBitmapDisabled, SetBitmapFocus, SetBitmapLabel, SetBitmapSelected

Inherited from wx.lib.buttons.GenButton: AcceptsFocus, DoGetBestSize, DrawFocusIndicator, Enable, GetBackgroundBrush, GetBezelWidth, GetDefaultAttributes, GetUseFocusIndicator, InitColours, Notify, OnGainFocus, OnLoseFocus, OnPaint, OnSize, SetBackgroundColour, SetBestSize, SetBezelWidth, SetDefault, SetForegroundColour, SetInitialSize, SetUseFocusIndicator, ShouldInheritColours

Class Variables [hide private]

Inherited from wx.lib.buttons.GenButton: labelDelta

Method Details [hide private]

OnLeftDown(self, event)

source code 

Catch left button mouse down events to ignore when the button is toggled.

Parameters:
  • event (wx event) - The wx event.
Overrides: wx.lib.buttons.GenButton.OnLeftDown

OnMouse(self, event)

source code 

Catch mouse events, specifically entry into the window.

Parameters:
  • event (wx event) - The wx event.
Overrides: wx.lib.buttons.__ThemedMixin.OnMouse