Module guiwidgets
[show private | hide private]
[frames | no frames]

Module guiwidgets

Most of the graphical user interface elements making up BitPim
Classes
AcceptCertificateDialog  
AlertDialogWithHelp  
AnotherDialog  
AskPhoneNameDialog  
BitFlingSettingsDialog  
BitPimListCtrl  
CommPortDialog  
ConfigDialog  
CreateTroubleReportDialog  
DRRecFileDialog  
ExceptionDialog  
GetPhoneDialog  
HistoricalDataDialog  
LogProgressDialog  
LogWindow  
MemoPrintDialog  
MyFixedScrolledMessageDialog  
MyStatusBar  
PrintDialog  
SendPhoneDialog  
SMSPrintDialog  
StatusText  

Function Summary
  save_size(confname, myRect)
Saves size to config.
  set_size(confname, window, screenpct, aspect)
Sets remembered/calculated dimensions/position for window
  show_about_dlg(parent)

Function Details

save_size(confname, myRect)

Saves size to config. set_size
Parameters:
confname - Same string as in set_size
myRect - Window size you want remembered, typically window.GetRect()

set_size(confname, window, screenpct=50, aspect=1.0)

Sets remembered/calculated dimensions/position for window
Parameters:
confname - subkey to store/get this windows's settings from
window - the window object itself
screenpct - percentage of the screen the window should occupy. If this value is negative then the window will not be resized, only repositioned (unless the current size is silly)
aspect - aspect ratio. If greater than one then it is how much wider than tall the window is, and if less than one then the other way round

Generated by Epydoc 2.1 on Fri Aug 15 18:58:25 2008 http://epydoc.sf.net