Public Member Functions | |
| void | OnOK (object sender, Event e) |
| wxGladeDialog (Window parent) | |
Definition at line 289 of file Xrcdemo.cs.
| 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 }
| void wx.Xrcdemo.wxGladeDialog.OnOK | ( | object | sender, | |
| Event | e | |||
| ) |
(c) 2003-2010 the wx.NET project