wx.FontCtrl Class Reference

Inheritance diagram for wx.FontCtrl:

wx.Panel wx.Window wx.EvtHandler wx.Object

List of all members.

Public Member Functions

 FontCtrl (Window parent, Point position, Size size, WindowStyles style, Font initialValue)
 FontCtrl (Window parent, int id, Point position, Size size, WindowStyles style, Font initialFontValue, Colour initialColourValue)
 FontCtrl (Window parent, int id, Point position, Size size, WindowStyles style, Font initialFontValue)
delegate void OnChangedHandler (object sender, OnChangedEvent evt)

Public Attributes

event OnChangedHandler OnChanged

Classes

class  OnChangedEvent


Detailed Description

This is a control to put in fonts that may be used within forms or tables. This is a panel composed of a masked edit control allowing for the input of plattform indpendent font attributes and a button, that will rise a font dialog if pressed.

Use the styles wx.WindowStyles.FONTCTRL_EDIT_POINT_SIZE, wx.WindowStyles.FONTCTRL_EDIT_FONT_FAMILY, wx.WindowStyles.FONTCTRL_EDIT_FONT_WEIGHT, wx.WindowStyles.FONTCTRL_EDIT_FONT_STYLE, and wx.WindowStyles.FONTCTRL_EDIT_FONT_COLOUR to customize the input fields


Constructor & Destructor Documentation

wx.FontCtrl.FontCtrl ( Window  parent,
int  id,
Point  position,
Size  size,
WindowStyles  style,
Font  initialFontValue 
)

wx.FontCtrl.FontCtrl ( Window  parent,
int  id,
Point  position,
Size  size,
WindowStyles  style,
Font  initialFontValue,
Colour  initialColourValue 
)

wx.FontCtrl.FontCtrl ( Window  parent,
Point  position,
Size  size,
WindowStyles  style,
Font  initialValue 
)


Member Function Documentation

delegate void wx.FontCtrl.OnChangedHandler ( object  sender,
OnChangedEvent  evt 
)

Handler of the "value changed" event.


Member Data Documentation

event OnChangedHandler wx.FontCtrl.OnChanged

This will be called immediately after a value has been changed.


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads