List of all members.
Definition at line 732 of file Font.cs.
Definition at line 734 of file Font.cs.
00735 { 00736 FontFrame frame = new FontFrame( "Font wxWidgets App", new Point( 50, 50 ), new Size( 600,400 ) ); 00737 frame.Show( true ); 00738 00739 return true; 00740 }