Package peppy :: Package pype :: Module filehistory :: Class FileHistory
[frames] | no frames]

Class FileHistory

     object --+            
              |            
wx._core.Object --+        
                  |        
wx._core.EvtHandler --+    
                      |    
          wx._core.Menu --+
                          |
                         FileHistory

Instance Methods
EvtHandler
__init__(self, parent, name='', remove=0, callback=None, seq=[], maxlen=0, delmsg=('', ''))
__init__(self, String title=EmptyString, long style=0) -> Menu
 
__len__(self)
 
__iter__(self)
 
GetLabels(self)
 
ResetMenu(self)
 
ItemRemove(self, name)
 
ItemAdd(self, name)
 
OnClicked(self, evt)

Inherited from wx._core.Menu: Append, AppendCheckItem, AppendItem, AppendMenu, AppendRadioItem, AppendSeparator, AppendSubMenu, Attach, Break, Check, Delete, DeleteItem, Destroy, DestroyId, DestroyItem, Detach, Enable, FindItem, FindItemById, FindItemByPosition, GetEventHandler, GetHelpString, GetInvokingWindow, GetLabel, GetLabelText, GetMenuBar, GetMenuItemCount, GetMenuItems, GetParent, GetStyle, GetTitle, Insert, InsertCheckItem, InsertItem, InsertMenu, InsertRadioItem, InsertSeparator, IsAttached, IsChecked, IsEnabled, Prepend, PrependCheckItem, PrependItem, PrependMenu, PrependRadioItem, PrependSeparator, Remove, RemoveItem, SetEventHandler, SetHelpString, SetInvokingWindow, SetLabel, SetParent, SetTitle, UpdateUI

Inherited from wx._core.EvtHandler: AddPendingEvent, Bind, Connect, Disconnect, GetEvtHandlerEnabled, GetNextHandler, GetPreviousHandler, ProcessEvent, ProcessPendingEvents, SetEvtHandlerEnabled, SetNextHandler, SetPreviousHandler, Unbind, __repr__

Inherited from wx._core.Object: GetClassName, IsSameAs

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties

Inherited from wx._core.Menu: EventHandler, HelpString, InvokingWindow, MenuBar, MenuItemCount, MenuItems, Parent, Style, Title, thisown

Inherited from wx._core.EvtHandler: EvtHandlerEnabled, NextHandler, PreviousHandler

Inherited from wx._core.Object: ClassName

Inherited from object: __class__

Method Details

__init__(self, parent, name='', remove=0, callback=None, seq=[], maxlen=0, delmsg=('', ''))
(Constructor)

 

__init__(self, String title=EmptyString, long style=0) -> Menu

Returns: EvtHandler
Overrides: object.__init__
(inherited documentation)