wx.Xrcdemo.wxGladeDialog Class Reference

List of all members.

Public Member Functions

void OnOK (object sender, Event e)
 wxGladeDialog (Window parent)


Detailed Description

Definition at line 289 of file Xrcdemo.cs.


Constructor & Destructor Documentation

wx.Xrcdemo.wxGladeDialog.wxGladeDialog ( Window  parent  ) 

Definition at line 291 of file Xrcdemo.cs.

00292                 {
00293                         XmlResource.Get().LoadDialog( this, parent, "wxglade_dialog" );
00294                 
00295                         EVT_BUTTON( wxID_OK, new EventListener( OnOK ) );
00296                 }


Member Function Documentation

void wx.Xrcdemo.wxGladeDialog.OnOK ( object  sender,
Event  e 
)

Definition at line 300 of file Xrcdemo.cs.

00301                 {
00302                         Close();
00303                 }


Manual of the wx.NET   (c) 2003-2010 the wx.NET project