search for: wxresize_border

Displaying 6 results from an estimated 6 matches for "wxresize_border".

2008 Aug 12
1
xrc panels using xrcise
...xrc layout: <?xml version="1.0" encoding="UTF-8"?> <resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc"> <object class="wxFrame" name="ID_NOTIFIER" subclass="notifier"> <style>wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxMINIMIZE_BOX|wxCLOSE_BOX|wxFULL_REPAINT_ON_RESIZE</style> <size>300,400</size> <title>wxnc</title> <object class="wxMenuBar" name="ID_MENUBAR"> <object class="wxMenu">...
2007 Nov 12
4
XRCise says "Cannot create wrapper for subclass of wxWizard"
...quot;1.0" encoding="UTF-8"?> <resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc"> <object class="wxWizard" name="ID_MEWIZARD" subclass="MeWizard"> <style>wxDEFAULT_DIALOG_STYLE|wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX</style> <exstyle>wxWIZARD_EX_HELPBUTTON</exstyle> <title>Me Wizard</title> <bitmap>wizard.png</bitmap> <object class="wxWizardPageSimple" name="ID_WIZARDPAGE1" subclass="M...
2007 Jan 08
0
[845] trunk/wxruby2/swig/classes: Added MultiChoiceDialog in class form
...lt;span class="lines">@@ -0,0 +1,49 @@ </span><ins>+// Copyright 2004-2007 by Kevin Smith +// released under the MIT-style wxruby2 license + +#if !defined(_wxMultiChoiceDialog_h_) +#define _wxMultiChoiceDialog_h_ + +#define wxCHOICEDLG_STYLE \ + (wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK | wxCANCEL | wxCENTRE) + +class wxMultiChoiceDialog : public wxDialog +{ +public: + wxMultiChoiceDialog(); + + wxMultiChoiceDialog(wxWindow *parent, +&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&...
2010 Jun 22
1
Stuck noobie: XRC/xrcise woes
...<?xml version="1.0" encoding="UTF-8"?> <resource version="2.3.0.1" xmlns="http://www.wxwidgets.org/wxxrc">; <object class="wxFrame" name="ID_WXFRAME" subclass="TextFrameBase"> <style>wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX</style> <size>400,300</size> <title>From Scratch</title> <centered>1</centered> <object class="wxBoxSizer"> <orient>wxVERTICAL</orient> <object...
2006 Dec 02
7
Gauge Problem with XRC?
Hi I''ve just started using wxruby2-preview-0.0.36-i386-mswin32 outsourcing layout part to the external XRC file. Almost everything seems to be fine. Only that I can never retrieve Gauge objects in the main script. What I''ve been trying is something like this: class MainFrame < Wx::Frame include Wx def initialize(parent) super(nil,-1, "")
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...