GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
dialogs.ImageSizeDialog Class Reference

Set size for saved graphic file. More...

Public Member Functions

def __init__
def GetValues
 Get width/height values.
def OnTemplate
 Template selected.

Data Fields

 parent
 panel
 box
 width
 height
 template
 btnOK
 btnCancel

Detailed Description

Set size for saved graphic file.

Definition at line 2116 of file gui_core/dialogs.py.


Constructor & Destructor Documentation

def dialogs.ImageSizeDialog.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  title = _("Set image size"),
  style = wx.DEFAULT_DIALOG_STYLE,
  kwargs 
)

Definition at line 2119 of file gui_core/dialogs.py.


Member Function Documentation

Get width/height values.

Definition at line 2196 of file gui_core/dialogs.py.

def dialogs.ImageSizeDialog.OnTemplate (   self,
  event 
)

Template selected.

Definition at line 2200 of file gui_core/dialogs.py.


Field Documentation


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