Package wx :: Class ToolBarToolBase
[frames | no frames]

Type ToolBarToolBase

object --+    
         |    
    Object --+
             |
            ToolBarToolBase


Proxy of C++ ToolBarToolBase class


Method Summary
  __init__(self)
  Attach(self, tbar)
bool CanBeToggled(self)
  Detach(self)
bool Enable(self, enable)
Bitmap GetBitmap(self)
Bitmap GetBitmap1(self)
Bitmap GetBitmap2(self)
PyObject GetClientData(self)
Control GetControl(self)
Bitmap GetDisabledBitmap(self)
int GetId(self)
int GetKind(self)
String GetLabel(self)
String GetLongHelp(self)
Bitmap GetNormalBitmap(self)
String GetShortHelp(self)
int GetStyle(self)
ToolBarBase GetToolBar(self)
int IsButton(self)
int IsControl(self)
bool IsEnabled(self)
int IsSeparator(self)
bool IsToggled(self)
  SetBitmap1(self, bmp)
  SetBitmap2(self, bmp)
  SetClientData(self, clientData)
  SetDisabledBitmap(self, bmp)
  SetLabel(self, label)
bool SetLongHelp(self, help)
  SetNormalBitmap(self, bmp)
bool SetShortHelp(self, help)
bool SetToggle(self, toggle)
  Toggle(self)

Property Summary
  Bitmap: See GetBitmap
  ClientData: See GetClientData and SetClientData
  Control: See GetControl
  DisabledBitmap: See GetDisabledBitmap and SetDisabledBitmap
  Id: See GetId
  Kind: See GetKind
  Label: See GetLabel and SetLabel
  LongHelp: See GetLongHelp and SetLongHelp
  NormalBitmap: See GetNormalBitmap and SetNormalBitmap
  ShortHelp: See GetShortHelp and SetShortHelp
  Style: See GetStyle
  thisown: The membership flag
  ToolBar: See GetToolBar

Property Details

Bitmap

See GetBitmap

Get Method:
GetBitmap(self)

ClientData

See GetClientData and SetClientData

Get Method:
GetClientData(self)
Set Method:
SetClientData(self, clientData)

Control

See GetControl

Get Method:
GetControl(self)

DisabledBitmap

See GetDisabledBitmap and SetDisabledBitmap

Get Method:
GetDisabledBitmap(self)
Set Method:
SetDisabledBitmap(self, bmp)

Id

See GetId

Get Method:
GetId(self)

Kind

See GetKind

Get Method:
GetKind(self)

Label

See GetLabel and SetLabel

Get Method:
GetLabel(self)
Set Method:
SetLabel(self, label)

LongHelp

See GetLongHelp and SetLongHelp

Get Method:
GetLongHelp(self)
Set Method:
SetLongHelp(self, help)

NormalBitmap

See GetNormalBitmap and SetNormalBitmap

Get Method:
GetNormalBitmap(self)
Set Method:
SetNormalBitmap(self, bmp)

ShortHelp

See GetShortHelp and SetShortHelp

Get Method:
GetShortHelp(self)
Set Method:
SetShortHelp(self, help)

Style

See GetStyle

Get Method:
GetStyle(self)

thisown

The membership flag

ToolBar

See GetToolBar

Get Method:
GetToolBar(self)

Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:11:26 2007 http://epydoc.sf.net