GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.preferences.DefaultFontDialog Class Reference

Public Member Functions

def __init__
def EvtRadioBox
def OnEncoding
def EvtListBox
def EvtListBoxDClick
def OnSizeSpin
def GetFonts

Data Fields

 settings
 type
 fontlist
 fontlb
 font
 encoding
 textentry
 fontsize
 spin
 fonttype

Detailed Description

Opens a file selection dialog to select default font
to use in all GRASS displays

Definition at line 2120 of file preferences.py.


Constructor & Destructor Documentation

def gui_modules.preferences.DefaultFontDialog.__init__ (   self,
  parent,
  title,
  id = wx.ID_ANY,
  style = wx.DEFAULT_DIALOG_STYLE |                  wx.RESIZE_BORDER,
  settings = globalSettings,
  type = 'font' 
)

Definition at line 2129 of file preferences.py.


Member Function Documentation

def gui_modules.preferences.DefaultFontDialog.EvtListBox (   self,
  event 
)
def gui_modules.preferences.DefaultFontDialog.EvtListBoxDClick (   self,
  event 
)
def gui_modules.preferences.DefaultFontDialog.EvtRadioBox (   self,
  event 
)

Definition at line 2236 of file preferences.py.

def gui_modules.preferences.DefaultFontDialog.GetFonts (   self)
parses fonts directory or fretypecap file to get a list of fonts for the listbox

Definition at line 2260 of file preferences.py.

def gui_modules.preferences.DefaultFontDialog.OnEncoding (   self,
  event 
)
def gui_modules.preferences.DefaultFontDialog.OnSizeSpin (   self,
  event 
)

Field Documentation

gui_modules.preferences.DefaultFontDialog.encoding
gui_modules.preferences.DefaultFontDialog.fontlb

Definition at line 2153 of file preferences.py.

gui_modules.preferences.DefaultFontDialog.fontlist

Definition at line 2138 of file preferences.py.

gui_modules.preferences.DefaultFontDialog.fontsize
gui_modules.preferences.DefaultFontDialog.fonttype

Definition at line 2238 of file preferences.py.

gui_modules.preferences.DefaultFontDialog.spin

Definition at line 2195 of file preferences.py.

gui_modules.preferences.DefaultFontDialog.textentry

Definition at line 2177 of file preferences.py.


The documentation for this class was generated from the following file: