Added some Motif wxGLCanvas support; some more Motif bugs cured; print dialogs
look OK on Motif now; got rid of some #ifdef wxUSE_... instances git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -119,18 +119,6 @@ utils/wxgraph/src/*.ico
|
|||||||
utils/wxgraph/src/*.def
|
utils/wxgraph/src/*.def
|
||||||
utils/wxgraph/src/*.rc
|
utils/wxgraph/src/*.rc
|
||||||
|
|
||||||
utils/mfutils/src/*.cpp
|
|
||||||
utils/mfutils/src/*.h
|
|
||||||
utils/mfutils/src/*.rc
|
|
||||||
utils/mfutils/src/*.def
|
|
||||||
utils/mfutils/src/makefile*
|
|
||||||
utils/mfutils/src/*.txt
|
|
||||||
utils/mfutils/lib/dummy
|
|
||||||
utils/mfutils/src/*.ico
|
|
||||||
utils/mfutils/src/*.def
|
|
||||||
utils/mfutils/src/*.bmp
|
|
||||||
utils/mfutils/src/*.ico
|
|
||||||
|
|
||||||
utils/rcparser/src/*.cpp
|
utils/rcparser/src/*.cpp
|
||||||
utils/rcparser/src/*.c
|
utils/rcparser/src/*.c
|
||||||
utils/rcparser/src/*.h
|
utils/rcparser/src/*.h
|
||||||
@@ -188,60 +176,6 @@ utils/dialoged/test/*.ico
|
|||||||
utils/dialoged/test/*.prj
|
utils/dialoged/test/*.prj
|
||||||
utils/dialoged/test/*.bmp
|
utils/dialoged/test/*.bmp
|
||||||
|
|
||||||
utils/glcanvas/Makefile
|
|
||||||
utils/glcanvas/win/*.h
|
|
||||||
utils/glcanvas/win/*.cpp
|
|
||||||
utils/glcanvas/win/*.def
|
|
||||||
utils/glcanvas/win/*.rc
|
|
||||||
utils/glcanvas/win/makefile*
|
|
||||||
utils/glcanvas/win/*.xbm
|
|
||||||
utils/glcanvas/win/*.xpm
|
|
||||||
utils/glcanvas/win/*.txt
|
|
||||||
utils/glcanvas/win/*.ico
|
|
||||||
utils/glcanvas/win/*.bmp
|
|
||||||
|
|
||||||
utils/glcanvas/src/*.h
|
|
||||||
utils/glcanvas/src/*.cpp
|
|
||||||
utils/glcanvas/src/*.def
|
|
||||||
utils/glcanvas/src/*.rc
|
|
||||||
utils/glcanvas/src/makefile*
|
|
||||||
utils/glcanvas/src/*.xbm
|
|
||||||
utils/glcanvas/src/*.xpm
|
|
||||||
utils/glcanvas/src/*.txt
|
|
||||||
utils/glcanvas/src/*.ico
|
|
||||||
utils/glcanvas/src/*.bmp
|
|
||||||
|
|
||||||
utils/glcanvas/motif/*.h
|
|
||||||
utils/glcanvas/motif/*.cpp
|
|
||||||
utils/glcanvas/motif/makefile*
|
|
||||||
utils/glcanvas/motif/*.txt
|
|
||||||
|
|
||||||
utils/glcanvas/samples/cube/*.h
|
|
||||||
utils/glcanvas/samples/cube/*.cpp
|
|
||||||
utils/glcanvas/samples/cube/*.def
|
|
||||||
utils/glcanvas/samples/cube/*.rc
|
|
||||||
utils/glcanvas/samples/cube/makefile*
|
|
||||||
utils/glcanvas/samples/cube/*.xbm
|
|
||||||
utils/glcanvas/samples/cube/*.xpm
|
|
||||||
utils/glcanvas/samples/cube/*.txt
|
|
||||||
utils/glcanvas/samples/cube/*.ico
|
|
||||||
utils/glcanvas/samples/cube/*.bmp
|
|
||||||
utils/glcanvas/samples/isosurf/*.h
|
|
||||||
utils/glcanvas/samples/isosurf/*.cpp
|
|
||||||
utils/glcanvas/samples/isosurf/*.def
|
|
||||||
utils/glcanvas/samples/isosurf/*.rc
|
|
||||||
utils/glcanvas/samples/isosurf/makefile*
|
|
||||||
utils/glcanvas/samples/isosurf/*.xbm
|
|
||||||
utils/glcanvas/samples/isosurf/*.xpm
|
|
||||||
utils/glcanvas/samples/isosurf/*.txt
|
|
||||||
utils/glcanvas/samples/isosurf/*.ico
|
|
||||||
utils/glcanvas/samples/isosurf/*.bmp
|
|
||||||
utils/glcanvas/samples/isosurf/*.gz
|
|
||||||
utils/glcanvas/docs/*.tex
|
|
||||||
utils/glcanvas/docs/*.txt
|
|
||||||
utils/glcanvas/docs/*.bmp
|
|
||||||
utils/glcanvas/docs/*.gif
|
|
||||||
|
|
||||||
samples/*.txt
|
samples/*.txt
|
||||||
samples/makefile*
|
samples/makefile*
|
||||||
|
|
||||||
|
@@ -33,8 +33,12 @@ zip32 -@ %dest\wx200vc.zip < %src\distrib\msw\vc.rsp
|
|||||||
rem CodeWarrior project files
|
rem CodeWarrior project files
|
||||||
zip32 -@ %dest\wx200cw.zip < %src\distrib\msw\cw.rsp
|
zip32 -@ %dest\wx200cw.zip < %src\distrib\msw\cw.rsp
|
||||||
|
|
||||||
|
rem OGL 3
|
||||||
zip32 -@ %dest\ogl3.zip < %src\utils\ogl\distrib\ogl.rsp
|
zip32 -@ %dest\ogl3.zip < %src\utils\ogl\distrib\ogl.rsp
|
||||||
|
|
||||||
|
rem GLCanvas
|
||||||
|
zip32 -@ %dest\glcanvas.zip < %src\distrib\glcanvas.rsp
|
||||||
|
|
||||||
rem Tex2RTF
|
rem Tex2RTF
|
||||||
zip32 -@ %dest\tex2rtf2.zip < %src\distrib\msw\tex2rtf.rsp
|
zip32 -@ %dest\tex2rtf2.zip < %src\distrib\msw\tex2rtf.rsp
|
||||||
|
|
||||||
|
@@ -32,7 +32,7 @@ Welcome to the wxWindows FAQ. Please select a category:<P>
|
|||||||
|
|
||||||
<P>
|
<P>
|
||||||
|
|
||||||
For further information, please see the <a href="http://web.ukonline.co.uk/julian.smart/wxwin" target=_top>wxWindows Web site</a>,
|
For further information, please see the <a href="http://www.wxwindows.org" target=_top>wxWindows Web site</a>,
|
||||||
plus install.txt (per port), todo.txt (per port), and bugs.txt (all ports).
|
plus install.txt (per port), todo.txt (per port), and bugs.txt (all ports).
|
||||||
<P>
|
<P>
|
||||||
|
|
||||||
|
@@ -111,7 +111,7 @@ for the port to Windows CE (see above).<P>
|
|||||||
|
|
||||||
<h3>Can you compile wxWindows 2 as a DLL?</h3>
|
<h3>Can you compile wxWindows 2 as a DLL?</h3>
|
||||||
|
|
||||||
Yes (using the Visual C++ makefile), but be aware that distributing DLLs is a thorny issue
|
Yes (using the Visual C++ or Borland C++ makefile), but be aware that distributing DLLs is a thorny issue
|
||||||
and you may be better off compiling statically-linked applications, unless you're
|
and you may be better off compiling statically-linked applications, unless you're
|
||||||
delivering a suite of separate programs, or you're compiling a lot of wxWindows applications
|
delivering a suite of separate programs, or you're compiling a lot of wxWindows applications
|
||||||
and have limited hard disk space.<P>
|
and have limited hard disk space.<P>
|
||||||
@@ -122,6 +122,23 @@ negating the point of using DLLs. Of course, this is not a problem just associat
|
|||||||
wxWindows!
|
wxWindows!
|
||||||
<P>
|
<P>
|
||||||
|
|
||||||
|
<H3>How can I reduce executable size?</H3>
|
||||||
|
|
||||||
|
You can compile wxWindows as a DLL (see above, VC++/BC++ only at present). You should also
|
||||||
|
compile your programs for release using non-debugging and space-optimisation options.<P>
|
||||||
|
|
||||||
|
Statically-linked wxWindows 2 programs are smaller than wxWindows 1.xx programs, because of the way
|
||||||
|
wxWindows 2 has been designed to reduce dependencies between classes, and other
|
||||||
|
techniques. The linker will not include code from the library that is not (directly or
|
||||||
|
indirectly) referenced
|
||||||
|
by your application. So for example, the 'minimal' sample is less than 300KB using VC++ 6.<P>
|
||||||
|
|
||||||
|
If you want to distribute really small executables, you can
|
||||||
|
use <a href="http://www.icl.ndirect.co.uk/petite/" target=_top>Petite</a>
|
||||||
|
by Ian Luck. This nifty utility compresses Windows executables by around 50%, so your 500KB executable
|
||||||
|
will shrink to a mere 250KB. With this sort of size, there is reduced incentive to
|
||||||
|
use DLLs.<P>
|
||||||
|
|
||||||
|
|
||||||
<H3>Will wxWindows be compatible with MFC?</H3>
|
<H3>Will wxWindows be compatible with MFC?</H3>
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
Welcome to wxWindows 2.0, the premiere cross-platform C++ framework. This is an index of
|
Welcome to wxWindows 2.0, the premiere cross-platform C++ framework. This is an index of
|
||||||
the plain text and HTML documentation. Documentation is also available in Acrobat (PDF) and Windows Help,
|
the plain text and HTML documentation. Documentation is also available in Acrobat (PDF) and Windows Help,
|
||||||
from the <a href="http://web.ukonline.co.uk/julian.smart/wxwin">wxWindows Web site</a>.<P>
|
from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P>
|
||||||
|
|
||||||
<h3>Installation and release notes</h3>
|
<h3>Installation and release notes</h3>
|
||||||
|
|
||||||
|
@@ -72,27 +72,25 @@ future versions completely.
|
|||||||
|
|
||||||
\helpref{wxObject}{wxobject}
|
\helpref{wxObject}{wxobject}
|
||||||
|
|
||||||
{\bf WARNING: } the rest of documentation may be out-of-date.
|
|
||||||
|
|
||||||
\wxheading{Example}
|
\wxheading{Example}
|
||||||
|
|
||||||
It is very common to iterate on a list as follows:
|
It is very common to iterate on a list as follows:
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
...
|
...
|
||||||
wxPoint *point1 = new wxPoint(100, 100);
|
wxWindow *win1 = new wxWindow(...);
|
||||||
wxPoint *point2 = new wxPoint(200, 200);
|
wxWindow *win2 = new wxWindow(...);
|
||||||
|
|
||||||
wxList SomeList;
|
wxList SomeList;
|
||||||
SomeList.Append(point1);
|
SomeList.Append(win1);
|
||||||
SomeList.Append(point2);
|
SomeList.Append(win2);
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
||||||
wxNode *node = SomeList.GetFirst();
|
wxNode *node = SomeList.GetFirst();
|
||||||
while (node)
|
while (node)
|
||||||
{
|
{
|
||||||
wxPoint *point = (wxPoint *)node->Data();
|
wxWindow *win = (wxWindow *)node->Data();
|
||||||
...
|
...
|
||||||
node = node->Next();
|
node = node->Next();
|
||||||
}
|
}
|
||||||
@@ -110,7 +108,7 @@ with
|
|||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
...
|
...
|
||||||
delete point;
|
delete win;
|
||||||
delete node;
|
delete node;
|
||||||
node = SomeList.GetFirst();
|
node = SomeList.GetFirst();
|
||||||
...
|
...
|
||||||
|
@@ -7,7 +7,7 @@ See also \helpref{wxRealPoint}{wxrealpoint} for a floating point version.
|
|||||||
|
|
||||||
\wxheading{Derivation}
|
\wxheading{Derivation}
|
||||||
|
|
||||||
\helpref{wxObject}{wxobject}
|
None
|
||||||
|
|
||||||
\wxheading{See also}
|
\wxheading{See also}
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ A class for manipulating rectangles.
|
|||||||
|
|
||||||
\wxheading{Derived from}
|
\wxheading{Derived from}
|
||||||
|
|
||||||
\helpref{wxObject}{wxobject}
|
None
|
||||||
|
|
||||||
\wxheading{See also}
|
\wxheading{See also}
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@ It simply contains integer {\it x} and {\it y} members.
|
|||||||
|
|
||||||
\wxheading{Derivation}
|
\wxheading{Derivation}
|
||||||
|
|
||||||
\helpref{wxObject}{wxobject}
|
None
|
||||||
|
|
||||||
\wxheading{See also}
|
\wxheading{See also}
|
||||||
|
|
||||||
|
@@ -35,16 +35,19 @@ High Priority
|
|||||||
painting a tiled bitmap, then a slight flicker might be seen unless
|
painting a tiled bitmap, then a slight flicker might be seen unless
|
||||||
X can be persuaded not to repaint the window background by default.
|
X can be persuaded not to repaint the window background by default.
|
||||||
|
|
||||||
|
- wxRadioBox doesn't show up in the controls sample, though it's
|
||||||
|
OK on other dialogs (e.g. printing sample).
|
||||||
|
|
||||||
|
- Word wrapping in wxStaticText: how?
|
||||||
|
|
||||||
- wxSpinButton
|
- wxSpinButton
|
||||||
|
|
||||||
- Miscellaneous events.
|
- Miscellaneous events.
|
||||||
|
|
||||||
- Get wxGLCanvas from 1.68 working.
|
- wxGLCanvas: cure bad flicker
|
||||||
|
|
||||||
- Use wxImage to load other formats into wxBitmaps, such as PNG, BMP.
|
- Use wxImage to load other formats into wxBitmaps, such as PNG, BMP.
|
||||||
|
|
||||||
- Printing dialogs need some tidying.
|
|
||||||
|
|
||||||
Low Priority
|
Low Priority
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include "wx/defs.h"
|
#include "wx/defs.h"
|
||||||
|
|
||||||
#ifdef wxUSE_CONFIG
|
#if wxUSE_CONFIG
|
||||||
|
|
||||||
#include "wx/string.h"
|
#include "wx/string.h"
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
#include "wx/object.h"
|
#include "wx/object.h"
|
||||||
#include "wx/string.h"
|
#include "wx/string.h"
|
||||||
|
|
||||||
#ifdef wxUSE_TIMEDATE
|
#if wxUSE_TIMEDATE
|
||||||
|
|
||||||
enum wxdate_format_type {wxMDY, wxDAY, wxMONTH, wxFULL, wxEUROPEAN};
|
enum wxdate_format_type {wxMDY, wxDAY, wxMONTH, wxFULL, wxEUROPEAN};
|
||||||
|
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
class WXDLLEXPORT wxImageHandler;
|
class WXDLLEXPORT wxImageHandler;
|
||||||
#ifdef wxUSE_LIBPNG
|
#if wxUSE_LIBPNG
|
||||||
class WXDLLEXPORT wxPNGHandler;
|
class WXDLLEXPORT wxPNGHandler;
|
||||||
#endif
|
#endif
|
||||||
class WXDLLEXPORT wxBMPHandler;
|
class WXDLLEXPORT wxBMPHandler;
|
||||||
@@ -70,7 +70,7 @@ protected:
|
|||||||
// wxPNGHandler
|
// wxPNGHandler
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef wxUSE_LIBPNG
|
#if wxUSE_LIBPNG
|
||||||
class WXDLLEXPORT wxPNGHandler: public wxImageHandler
|
class WXDLLEXPORT wxPNGHandler: public wxImageHandler
|
||||||
{
|
{
|
||||||
DECLARE_DYNAMIC_CLASS(wxPNGHandler)
|
DECLARE_DYNAMIC_CLASS(wxPNGHandler)
|
||||||
|
@@ -61,7 +61,7 @@ public:
|
|||||||
void Enable(bool enable);
|
void Enable(bool enable);
|
||||||
void Enable(int item, bool enable);
|
void Enable(int item, bool enable);
|
||||||
void Show(int item, bool show) ;
|
void Show(int item, bool show) ;
|
||||||
bool Show(bool show) { return wxControl::Show(show); };
|
bool Show(bool show) ;
|
||||||
|
|
||||||
virtual wxString GetStringSelection() const;
|
virtual wxString GetStringSelection() const;
|
||||||
virtual bool SetStringSelection(const wxString& s);
|
virtual bool SetStringSelection(const wxString& s);
|
||||||
@@ -77,6 +77,7 @@ public:
|
|||||||
virtual void ChangeForegroundColour();
|
virtual void ChangeForegroundColour();
|
||||||
WXWidget GetTopWidget() const { return m_formWidget; }
|
WXWidget GetTopWidget() const { return m_formWidget; }
|
||||||
WXWidget GetLabelWidget() const { return m_labelWidget; }
|
WXWidget GetLabelWidget() const { return m_labelWidget; }
|
||||||
|
WXWidget GetFrameWidget() const { return m_frameWidget; }
|
||||||
inline WXWidget* GetRadioButtons() const { return m_radioButtons; }
|
inline WXWidget* GetRadioButtons() const { return m_radioButtons; }
|
||||||
inline void SetSel(int i) { m_selectedButton = i; }
|
inline void SetSel(int i) { m_selectedButton = i; }
|
||||||
|
|
||||||
@@ -88,6 +89,7 @@ protected:
|
|||||||
|
|
||||||
WXWidget m_formWidget;
|
WXWidget m_formWidget;
|
||||||
WXWidget m_labelWidget;
|
WXWidget m_labelWidget;
|
||||||
|
WXWidget m_frameWidget;
|
||||||
WXWidget* m_radioButtons;
|
WXWidget* m_radioButtons;
|
||||||
wxString* m_radioButtonLabels;
|
wxString* m_radioButtonLabels;
|
||||||
};
|
};
|
||||||
|
@@ -137,6 +137,9 @@
|
|||||||
#define wxUSE_STREAMS 1
|
#define wxUSE_STREAMS 1
|
||||||
// Use wxStream implementation within wxWindows code
|
// Use wxStream implementation within wxWindows code
|
||||||
|
|
||||||
|
#define wxUSE_SERIAL 0
|
||||||
|
// Use serialization
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Finer detail
|
* Finer detail
|
||||||
*
|
*
|
||||||
|
@@ -101,7 +101,7 @@ public:
|
|||||||
|
|
||||||
WXDLLEXPORT wxObject* wxCreateDynamicObject(const char *name);
|
WXDLLEXPORT wxObject* wxCreateDynamicObject(const char *name);
|
||||||
|
|
||||||
#ifdef wxUSE_SERIAL
|
#if wxUSE_SERIAL
|
||||||
WXDLLEXPORT wxObject* wxCreateStoredObject( wxInputStream& stream );
|
WXDLLEXPORT wxObject* wxCreateStoredObject( wxInputStream& stream );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -222,7 +222,7 @@ class WXDLLEXPORT wxObject
|
|||||||
virtual void Dump(ostream& str);
|
virtual void Dump(ostream& str);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef wxUSE_SERIAL
|
#if wxUSE_SERIAL
|
||||||
virtual void StoreObject( wxObjectOutputStream &stream );
|
virtual void StoreObject( wxObjectOutputStream &stream );
|
||||||
virtual void LoadObject( wxObjectInputStream &stream );
|
virtual void LoadObject( wxObjectInputStream &stream );
|
||||||
#endif
|
#endif
|
||||||
@@ -238,7 +238,7 @@ class WXDLLEXPORT wxObject
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
wxObjectRefData* m_refData;
|
wxObjectRefData* m_refData;
|
||||||
#ifdef wxUSE_SERIAL
|
#if wxUSE_SERIAL
|
||||||
wxObject_Serialize* m_serialObj;
|
wxObject_Serialize* m_serialObj;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
@@ -123,6 +123,9 @@
|
|||||||
#define wxUSE_STD_IOSTREAM 1
|
#define wxUSE_STD_IOSTREAM 1
|
||||||
// Use standard C++ streams if 1. If 0, use wxWin
|
// Use standard C++ streams if 1. If 0, use wxWin
|
||||||
// streams implementation.
|
// streams implementation.
|
||||||
|
|
||||||
|
#define wxUSE_SERIAL 0
|
||||||
|
// Use serialization
|
||||||
/*
|
/*
|
||||||
* Finer detail
|
* Finer detail
|
||||||
*
|
*
|
||||||
|
@@ -369,7 +369,7 @@ public:
|
|||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
// implementation only until the end of file
|
// implementation only until the end of file
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
#ifdef wxUSE_THREADS
|
#if wxUSE_THREADS
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
// unlock GUI if there are threads waiting for and lock it back when
|
// unlock GUI if there are threads waiting for and lock it back when
|
||||||
// there are no more of them - should be called periodically by the main
|
// there are no more of them - should be called periodically by the main
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include "wx/object.h"
|
#include "wx/object.h"
|
||||||
|
|
||||||
#ifdef wxUSE_TIMEDATE
|
#if wxUSE_TIMEDATE
|
||||||
|
|
||||||
#ifdef __GNUG__
|
#ifdef __GNUG__
|
||||||
#pragma interface "time.h"
|
#pragma interface "time.h"
|
||||||
|
@@ -66,7 +66,7 @@
|
|||||||
#include "wx/cmndata.h"
|
#include "wx/cmndata.h"
|
||||||
#include "wx/intl.h"
|
#include "wx/intl.h"
|
||||||
#include "wx/valtext.h"
|
#include "wx/valtext.h"
|
||||||
#ifdef wxUSE_SERIAL
|
#if wxUSE_SERIAL
|
||||||
#include "wx/objstrm.h"
|
#include "wx/objstrm.h"
|
||||||
#include "wx/serbase.h"
|
#include "wx/serbase.h"
|
||||||
#endif
|
#endif
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#include "wx/defs.h"
|
#include "wx/defs.h"
|
||||||
|
|
||||||
#ifdef wxUSE_ZLIB
|
#if wxUSE_ZLIB
|
||||||
|
|
||||||
#include <wx/stream.h>
|
#include <wx/stream.h>
|
||||||
|
|
||||||
|
@@ -262,7 +262,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h ) :
|
|||||||
"is one of my",
|
"is one of my",
|
||||||
"really",
|
"really",
|
||||||
"wonderful",
|
"wonderful",
|
||||||
"examples.",
|
"examples."
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef USE_XPM
|
#ifdef USE_XPM
|
||||||
@@ -324,6 +324,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h ) :
|
|||||||
// m_notebook->SetBackgroundColour("cadet blue");
|
// m_notebook->SetBackgroundColour("cadet blue");
|
||||||
|
|
||||||
wxPanel *panel = (wxPanel*) NULL;
|
wxPanel *panel = (wxPanel*) NULL;
|
||||||
|
|
||||||
panel = new wxPanel(m_notebook);
|
panel = new wxPanel(m_notebook);
|
||||||
// panel->SetBackgroundColour("cadet blue");
|
// panel->SetBackgroundColour("cadet blue");
|
||||||
// panel->SetForegroundColour("blue");
|
// panel->SetForegroundColour("blue");
|
||||||
@@ -338,7 +339,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h ) :
|
|||||||
// button->SetForegroundColour( "red" );
|
// button->SetForegroundColour( "red" );
|
||||||
m_checkbox = new wxCheckBox( panel, ID_LISTBOX_ENABLE, "Disable", wxPoint(20,130), wxSize(140,30) );
|
m_checkbox = new wxCheckBox( panel, ID_LISTBOX_ENABLE, "Disable", wxPoint(20,130), wxSize(140,30) );
|
||||||
m_checkbox->SetValue(FALSE);
|
m_checkbox->SetValue(FALSE);
|
||||||
m_notebook->AddPage(panel, "wxList", FALSE, Image_List);
|
m_notebook->AddPage(panel, "wxList", TRUE, Image_List);
|
||||||
|
|
||||||
panel = new wxPanel(m_notebook);
|
panel = new wxPanel(m_notebook);
|
||||||
// panel->SetBackgroundColour("cadet blue");
|
// panel->SetBackgroundColour("cadet blue");
|
||||||
@@ -410,11 +411,19 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h ) :
|
|||||||
// panel->SetBackgroundColour("cadet blue");
|
// panel->SetBackgroundColour("cadet blue");
|
||||||
// panel->SetForegroundColour("blue");
|
// panel->SetForegroundColour("blue");
|
||||||
(void)new wxStaticBox( panel, -1, "wxGauge and wxSlider", wxPoint(10,10), wxSize(180,130) );
|
(void)new wxStaticBox( panel, -1, "wxGauge and wxSlider", wxPoint(10,10), wxSize(180,130) );
|
||||||
m_gauge = new wxGauge( panel, -1, 200, wxPoint(18,50), wxSize(155,-1) );
|
m_gauge = new wxGauge( panel, -1, 200, wxPoint(18,50), wxSize(155, 30) );
|
||||||
// m_gauge->SetBackgroundColour("wheat");
|
// m_gauge->SetBackgroundColour("wheat");
|
||||||
m_slider = new wxSlider( panel, ID_SLIDER, 0, 0, 200, wxPoint(18,90), wxSize(155,-1) );
|
m_slider = new wxSlider( panel, ID_SLIDER, 0, 0, 200, wxPoint(18,90), wxSize(155,-1) );
|
||||||
// m_slider->SetBackgroundColour("wheat");
|
// m_slider->SetBackgroundColour("wheat");
|
||||||
(void)new wxStaticBox( panel, -1, "Explanation", wxPoint(200,10), wxSize(290,130) );
|
(void)new wxStaticBox( panel, -1, "Explanation", wxPoint(200,10), wxSize(290,130) );
|
||||||
|
#ifdef __WXMOTIF__
|
||||||
|
// No wrapping text in wxStaticText yet :-(
|
||||||
|
(void)new wxStaticText( panel, -1,
|
||||||
|
"Drag the slider!",
|
||||||
|
wxPoint(208,30),
|
||||||
|
wxSize(210, -1)
|
||||||
|
);
|
||||||
|
#else
|
||||||
(void)new wxStaticText( panel, -1,
|
(void)new wxStaticText( panel, -1,
|
||||||
"In order see the gauge (aka progress bar)\n"
|
"In order see the gauge (aka progress bar)\n"
|
||||||
"control do something you have to drag the\n"
|
"control do something you have to drag the\n"
|
||||||
@@ -422,11 +431,10 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h ) :
|
|||||||
"\n"
|
"\n"
|
||||||
"This is also supposed to demonstrate how\n"
|
"This is also supposed to demonstrate how\n"
|
||||||
"to use static controls.\n",
|
"to use static controls.\n",
|
||||||
wxPoint(208,25)
|
wxPoint(208,25),
|
||||||
#ifdef __WXMSW__
|
wxSize(210, 110)
|
||||||
,wxSize(210, 110)
|
|
||||||
#endif
|
|
||||||
);
|
);
|
||||||
|
#endif
|
||||||
m_spintext = new wxTextCtrl( panel, -1, "0", wxPoint(20,160), wxSize(80,-1) );
|
m_spintext = new wxTextCtrl( panel, -1, "0", wxPoint(20,160), wxSize(80,-1) );
|
||||||
// m_spintext->SetBackgroundColour("wheat");
|
// m_spintext->SetBackgroundColour("wheat");
|
||||||
m_spinbutton = new wxSpinButton( panel, ID_SPIN, wxPoint(103,159), wxSize(-1,-1) );
|
m_spinbutton = new wxSpinButton( panel, ID_SPIN, wxPoint(103,159), wxSize(-1,-1) );
|
||||||
|
@@ -160,11 +160,6 @@ void MyFrame::OnExit(wxCommandEvent& WXUNUSED(event))
|
|||||||
|
|
||||||
void MyFrame::OnPrint(wxCommandEvent& WXUNUSED(event))
|
void MyFrame::OnPrint(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
#ifdef __WXMSW__
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_WINDOWS);
|
|
||||||
#else
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
#endif
|
|
||||||
wxPrinter printer;
|
wxPrinter printer;
|
||||||
MyPrintout printout("My printout");
|
MyPrintout printout("My printout");
|
||||||
if (!printer.Print(this, &printout, TRUE))
|
if (!printer.Print(this, &printout, TRUE))
|
||||||
@@ -173,11 +168,6 @@ void MyFrame::OnPrint(wxCommandEvent& WXUNUSED(event))
|
|||||||
|
|
||||||
void MyFrame::OnPrintPreview(wxCommandEvent& WXUNUSED(event))
|
void MyFrame::OnPrintPreview(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
#ifdef __WXMSW__
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_WINDOWS);
|
|
||||||
#else
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
#endif
|
|
||||||
wxPrintData printData;
|
wxPrintData printData;
|
||||||
printData.SetOrientation(orientation);
|
printData.SetOrientation(orientation);
|
||||||
|
|
||||||
@@ -198,19 +188,11 @@ void MyFrame::OnPrintPreview(wxCommandEvent& WXUNUSED(event))
|
|||||||
|
|
||||||
void MyFrame::OnPrintSetup(wxCommandEvent& WXUNUSED(event))
|
void MyFrame::OnPrintSetup(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
#ifdef __WXMSW__
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_WINDOWS);
|
|
||||||
#else
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
#endif
|
|
||||||
wxPrintData data;
|
wxPrintData data;
|
||||||
data.SetOrientation(orientation);
|
data.SetOrientation(orientation);
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
|
||||||
wxPrintDialog printerDialog(this, & data);
|
wxPrintDialog printerDialog(this, & data);
|
||||||
#else
|
|
||||||
wxGenericPrintDialog printerDialog(this, & data);
|
|
||||||
#endif
|
|
||||||
printerDialog.GetPrintData().SetSetupDialog(TRUE);
|
printerDialog.GetPrintData().SetSetupDialog(TRUE);
|
||||||
printerDialog.ShowModal();
|
printerDialog.ShowModal();
|
||||||
|
|
||||||
@@ -219,19 +201,10 @@ void MyFrame::OnPrintSetup(wxCommandEvent& WXUNUSED(event))
|
|||||||
|
|
||||||
void MyFrame::OnPageSetup(wxCommandEvent& WXUNUSED(event))
|
void MyFrame::OnPageSetup(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
#ifdef __WXMSW__
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_WINDOWS);
|
|
||||||
#else
|
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
#endif
|
|
||||||
wxPageSetupData data;
|
wxPageSetupData data;
|
||||||
data.SetOrientation(orientation);
|
data.SetOrientation(orientation);
|
||||||
|
|
||||||
#ifdef __WXMSW__
|
|
||||||
wxPageSetupDialog pageSetupDialog(this, & data);
|
wxPageSetupDialog pageSetupDialog(this, & data);
|
||||||
#else
|
|
||||||
wxGenericPageSetupDialog pageSetupDialog(this, & data);
|
|
||||||
#endif
|
|
||||||
pageSetupDialog.ShowModal();
|
pageSetupDialog.ShowModal();
|
||||||
|
|
||||||
data = pageSetupDialog.GetPageSetupData();
|
data = pageSetupDialog.GetPageSetupData();
|
||||||
@@ -241,8 +214,6 @@ void MyFrame::OnPageSetup(wxCommandEvent& WXUNUSED(event))
|
|||||||
#if defined(__WXMSW__) && wxTEST_POSTSCRIPT_IN_MSW
|
#if defined(__WXMSW__) && wxTEST_POSTSCRIPT_IN_MSW
|
||||||
void MyFrame::OnPrintPS(wxCommandEvent& WXUNUSED(event))
|
void MyFrame::OnPrintPS(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
|
|
||||||
wxPostScriptPrinter printer;
|
wxPostScriptPrinter printer;
|
||||||
MyPrintout printout("My printout");
|
MyPrintout printout("My printout");
|
||||||
printer.Print(this, &printout, TRUE);
|
printer.Print(this, &printout, TRUE);
|
||||||
@@ -250,8 +221,6 @@ void MyFrame::OnPrintPS(wxCommandEvent& WXUNUSED(event))
|
|||||||
|
|
||||||
void MyFrame::OnPrintPreviewPS(wxCommandEvent& WXUNUSED(event))
|
void MyFrame::OnPrintPreviewPS(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
|
|
||||||
wxPrintData printData;
|
wxPrintData printData;
|
||||||
printData.SetOrientation(orientation);
|
printData.SetOrientation(orientation);
|
||||||
|
|
||||||
@@ -265,8 +234,6 @@ void MyFrame::OnPrintPreviewPS(wxCommandEvent& WXUNUSED(event))
|
|||||||
|
|
||||||
void MyFrame::OnPrintSetupPS(wxCommandEvent& WXUNUSED(event))
|
void MyFrame::OnPrintSetupPS(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
|
|
||||||
wxPrintData data;
|
wxPrintData data;
|
||||||
data.SetOrientation(orientation);
|
data.SetOrientation(orientation);
|
||||||
|
|
||||||
@@ -279,8 +246,6 @@ void MyFrame::OnPrintSetupPS(wxCommandEvent& WXUNUSED(event))
|
|||||||
|
|
||||||
void MyFrame::OnPageSetupPS(wxCommandEvent& WXUNUSED(event))
|
void MyFrame::OnPageSetupPS(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
wxGetApp().SetPrintMode(wxPRINT_POSTSCRIPT);
|
|
||||||
|
|
||||||
wxPageSetupData data;
|
wxPageSetupData data;
|
||||||
data.SetOrientation(orientation);
|
data.SetOrientation(orientation);
|
||||||
|
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#include <wx/confbase.h>
|
#include <wx/confbase.h>
|
||||||
|
|
||||||
#ifdef wxUSE_CONFIG
|
#if wxUSE_CONFIG
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
#include "wx/setup.h"
|
#include "wx/setup.h"
|
||||||
|
|
||||||
#ifdef wxUSE_TIMEDATE
|
#if wxUSE_TIMEDATE
|
||||||
|
|
||||||
#include "wx/date.h"
|
#include "wx/date.h"
|
||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
#include "wx/debug.h"
|
#include "wx/debug.h"
|
||||||
#include "wx/log.h"
|
#include "wx/log.h"
|
||||||
#include "wx/app.h"
|
#include "wx/app.h"
|
||||||
#ifdef wxUSE_LIBPNG
|
#if wxUSE_LIBPNG
|
||||||
#include "../png/png.h"
|
#include "../png/png.h"
|
||||||
#endif
|
#endif
|
||||||
#include "wx/filefn.h"
|
#include "wx/filefn.h"
|
||||||
@@ -447,7 +447,7 @@ wxImageHandler *wxImage::FindHandler( long bitmapType )
|
|||||||
void wxImage::InitStandardHandlers()
|
void wxImage::InitStandardHandlers()
|
||||||
{
|
{
|
||||||
AddHandler( new wxBMPHandler );
|
AddHandler( new wxBMPHandler );
|
||||||
#ifdef wxUSE_LIBPNG
|
#if wxUSE_LIBPNG
|
||||||
AddHandler( new wxPNGHandler );
|
AddHandler( new wxPNGHandler );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
@@ -489,7 +489,7 @@ bool wxImageHandler::SaveFile( wxImage *WXUNUSED(image), wxOutputStream& WXUNUSE
|
|||||||
// wxPNGHandler
|
// wxPNGHandler
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef wxUSE_LIBPNG
|
#if wxUSE_LIBPNG
|
||||||
|
|
||||||
#if !USE_SHARED_LIBRARIES
|
#if !USE_SHARED_LIBRARIES
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxPNGHandler,wxImageHandler)
|
IMPLEMENT_DYNAMIC_CLASS(wxPNGHandler,wxImageHandler)
|
||||||
|
@@ -996,7 +996,7 @@ void wxOnAssert(const char *szFile, int nLine, const char *szMsg)
|
|||||||
// send it to the normal log destination
|
// send it to the normal log destination
|
||||||
wxLogDebug(szBuf);
|
wxLogDebug(szBuf);
|
||||||
|
|
||||||
#ifdef wxUSE_NOGUI
|
#if wxUSE_NOGUI
|
||||||
Trap();
|
Trap();
|
||||||
#else
|
#else
|
||||||
strcat(szBuf, _("\nDo you want to stop the program?"
|
strcat(szBuf, _("\nDo you want to stop the program?"
|
||||||
|
@@ -312,6 +312,7 @@ void wxPreviewControlBar::CreateButtons()
|
|||||||
{
|
{
|
||||||
SetSize(0, 0, 400, 40);
|
SetSize(0, 0, 400, 40);
|
||||||
|
|
||||||
|
/*
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
int fontSize = 9;
|
int fontSize = 9;
|
||||||
#else
|
#else
|
||||||
@@ -320,6 +321,7 @@ void wxPreviewControlBar::CreateButtons()
|
|||||||
|
|
||||||
wxFont buttonFont(fontSize, wxSWISS, wxNORMAL, wxBOLD);
|
wxFont buttonFont(fontSize, wxSWISS, wxNORMAL, wxBOLD);
|
||||||
SetFont(buttonFont);
|
SetFont(buttonFont);
|
||||||
|
*/
|
||||||
|
|
||||||
int buttonWidth = 65;
|
int buttonWidth = 65;
|
||||||
#ifdef __WXGTK__
|
#ifdef __WXGTK__
|
||||||
@@ -330,7 +332,12 @@ void wxPreviewControlBar::CreateButtons()
|
|||||||
|
|
||||||
int x = 5;
|
int x = 5;
|
||||||
int y = 5;
|
int y = 5;
|
||||||
|
|
||||||
|
#ifdef __WXMOTIF__
|
||||||
|
int gap = 15;
|
||||||
|
#else
|
||||||
int gap = 5;
|
int gap = 5;
|
||||||
|
#endif
|
||||||
|
|
||||||
m_closeButton = new wxButton(this, wxID_PREVIEW_CLOSE, _("Close"),
|
m_closeButton = new wxButton(this, wxID_PREVIEW_CLOSE, _("Close"),
|
||||||
wxPoint(x, y), wxSize(buttonWidth, buttonHeight));
|
wxPoint(x, y), wxSize(buttonWidth, buttonHeight));
|
||||||
@@ -394,7 +401,7 @@ void wxPreviewControlBar::CreateButtons()
|
|||||||
|
|
||||||
delete[] choices;
|
delete[] choices;
|
||||||
|
|
||||||
m_closeButton->SetDefault();
|
// m_closeButton->SetDefault();
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxPreviewControlBar::SetZoomControl(int zoom)
|
void wxPreviewControlBar::SetZoomControl(int zoom)
|
||||||
|
@@ -24,7 +24,7 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef wxUSE_SERIAL
|
#if wxUSE_SERIAL
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxObject_Serialize
|
// wxObject_Serialize
|
||||||
|
@@ -27,7 +27,7 @@ seconds since January 1, 1901, GMT.
|
|||||||
|
|
||||||
#include "wx/setup.h"
|
#include "wx/setup.h"
|
||||||
|
|
||||||
#ifdef wxUSE_TIMEDATE
|
#if wxUSE_TIMEDATE
|
||||||
|
|
||||||
#include "wx/time.h"
|
#include "wx/time.h"
|
||||||
#include "wx/date.h"
|
#include "wx/date.h"
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#include "wx/zstream.h"
|
#include "wx/zstream.h"
|
||||||
|
|
||||||
#ifdef wxUSE_ZLIB
|
#if wxUSE_ZLIB
|
||||||
|
|
||||||
#include "wx/utils.h"
|
#include "wx/utils.h"
|
||||||
#include "wx/intl.h"
|
#include "wx/intl.h"
|
||||||
|
@@ -22,8 +22,6 @@
|
|||||||
|
|
||||||
#include "wx/defs.h"
|
#include "wx/defs.h"
|
||||||
|
|
||||||
#define WINDOWS_PRINTING (wxTheApp->GetPrintMode() == wxPRINT_WINDOWS)
|
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include "wx/utils.h"
|
#include "wx/utils.h"
|
||||||
#include "wx/dc.h"
|
#include "wx/dc.h"
|
||||||
@@ -296,7 +294,13 @@ wxGenericPrintSetupDialog::wxGenericPrintSetupDialog(wxWindow *parent, wxPrintSe
|
|||||||
|
|
||||||
(void) new wxStaticBox(this, wxPRINTID_STATIC, _("Options"), wxPoint(10, 130), wxSize(200,50) );
|
(void) new wxStaticBox(this, wxPRINTID_STATIC, _("Options"), wxPoint(10, 130), wxSize(200,50) );
|
||||||
|
|
||||||
colourCheckBox = new wxCheckBox(this, wxPRINTID_PRINTCOLOUR, _("Print in colour"), wxPoint(15, 145));
|
int colourXPos = 145;
|
||||||
|
|
||||||
|
#ifdef __WXMOTIF__
|
||||||
|
colourXPos = 150;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
colourCheckBox = new wxCheckBox(this, wxPRINTID_PRINTCOLOUR, _("Print in colour"), wxPoint(15, colourXPos));
|
||||||
|
|
||||||
|
|
||||||
(void) new wxStaticBox(this, wxPRINTID_STATIC, _("Print spooling"), wxPoint(230, 10), wxSize(200,170) );
|
(void) new wxStaticBox(this, wxPRINTID_STATIC, _("Print spooling"), wxPoint(230, 10), wxSize(200,170) );
|
||||||
@@ -367,6 +371,7 @@ bool wxGenericPrintSetupDialog::TransferDataFromWindow(void)
|
|||||||
if (!val.IsNull() && val != "")
|
if (!val.IsNull() && val != "")
|
||||||
printData.SetPaperName((char *)(const char *)val);
|
printData.SetPaperName((char *)(const char *)val);
|
||||||
}
|
}
|
||||||
|
*wxThePrintSetupData = GetPrintData();
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -389,7 +394,12 @@ wxChoice *wxGenericPrintSetupDialog::CreatePaperTypeChoice(int *x, int *y)
|
|||||||
sel = i;
|
sel = i;
|
||||||
}
|
}
|
||||||
|
|
||||||
wxChoice *choice = new wxChoice(this, wxPRINTID_PAPERSIZE, wxPoint(*x, *y), wxSize(170, -1), n,
|
int width = 170;
|
||||||
|
#ifdef __WXMOTIF__
|
||||||
|
width = 150;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
wxChoice *choice = new wxChoice(this, wxPRINTID_PAPERSIZE, wxPoint(*x, *y), wxSize(width, -1), n,
|
||||||
choices);
|
choices);
|
||||||
|
|
||||||
delete[] choices;
|
delete[] choices;
|
||||||
@@ -404,6 +414,22 @@ wxChoice *wxGenericPrintSetupDialog::CreatePaperTypeChoice(int *x, int *y)
|
|||||||
|
|
||||||
void wxGenericPageSetupDialog::OnPrinter(wxCommandEvent& WXUNUSED(event))
|
void wxGenericPageSetupDialog::OnPrinter(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
|
// We no longer query GetPrintMode, so we can eliminate the need
|
||||||
|
// to call SetPrintMode.
|
||||||
|
// This has the limitation that we can't explicitly call the PostScript
|
||||||
|
// print setup dialog from the generic Page Setup dialog under Windows,
|
||||||
|
// but since this choice would only happen when trying to do PostScript
|
||||||
|
// printing under Windows (and only in 16-bit Windows which
|
||||||
|
// doesn't have a Windows-specific page setup dialog) it's worth it.
|
||||||
|
|
||||||
|
wxPrintData data;
|
||||||
|
data.SetSetupDialog(TRUE);
|
||||||
|
wxPrintDialog *printDialog = new wxPrintDialog(this, & data);
|
||||||
|
int ret = printDialog->ShowModal();
|
||||||
|
|
||||||
|
printDialog->Destroy();
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (wxTheApp->GetPrintMode() == wxPRINT_POSTSCRIPT)
|
if (wxTheApp->GetPrintMode() == wxPRINT_POSTSCRIPT)
|
||||||
{
|
{
|
||||||
wxGenericPrintSetupDialog *genericPrintSetupDialog =
|
wxGenericPrintSetupDialog *genericPrintSetupDialog =
|
||||||
@@ -420,9 +446,11 @@ void wxGenericPageSetupDialog::OnPrinter(wxCommandEvent& WXUNUSED(event))
|
|||||||
wxPrintData data;
|
wxPrintData data;
|
||||||
data.SetSetupDialog(TRUE);
|
data.SetSetupDialog(TRUE);
|
||||||
wxPrintDialog printDialog(this, & data);
|
wxPrintDialog printDialog(this, & data);
|
||||||
printDialog.Show(TRUE);
|
printDialog.ShowModal();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
// 0
|
||||||
}
|
}
|
||||||
|
|
||||||
wxGenericPageSetupDialog::wxGenericPageSetupDialog(wxWindow *parent, wxPageSetupData* data):
|
wxGenericPageSetupDialog::wxGenericPageSetupDialog(wxWindow *parent, wxPageSetupData* data):
|
||||||
@@ -434,6 +462,10 @@ wxGenericPageSetupDialog::wxGenericPageSetupDialog(wxWindow *parent, wxPageSetup
|
|||||||
int buttonWidth = 75;
|
int buttonWidth = 75;
|
||||||
int buttonHeight = 25;
|
int buttonHeight = 25;
|
||||||
int spacing = 5;
|
int spacing = 5;
|
||||||
|
#ifdef __WXMOTIF__
|
||||||
|
spacing = 15;
|
||||||
|
#endif
|
||||||
|
|
||||||
int yPos = 5;
|
int yPos = 5;
|
||||||
int xPos = 5;
|
int xPos = 5;
|
||||||
|
|
||||||
@@ -454,6 +486,10 @@ wxGenericPageSetupDialog::wxGenericPageSetupDialog(wxWindow *parent, wxPageSetup
|
|||||||
xPos = 5;
|
xPos = 5;
|
||||||
yPos += 35;
|
yPos += 35;
|
||||||
|
|
||||||
|
#ifdef __WXMOTIF__
|
||||||
|
yPos += 10;
|
||||||
|
#endif
|
||||||
|
|
||||||
paperTypeChoice = CreatePaperTypeChoice(&xPos, &yPos);
|
paperTypeChoice = CreatePaperTypeChoice(&xPos, &yPos);
|
||||||
|
|
||||||
xPos = 5;
|
xPos = 5;
|
||||||
@@ -469,6 +505,10 @@ wxGenericPageSetupDialog::wxGenericPageSetupDialog(wxWindow *parent, wxPageSetup
|
|||||||
yPos += 60;
|
yPos += 60;
|
||||||
|
|
||||||
int staticWidth = 110;
|
int staticWidth = 110;
|
||||||
|
#ifdef __WXMOTIF__
|
||||||
|
staticWidth += 20;
|
||||||
|
#endif
|
||||||
|
|
||||||
int textWidth = 60;
|
int textWidth = 60;
|
||||||
spacing = 10;
|
spacing = 10;
|
||||||
|
|
||||||
@@ -563,6 +603,7 @@ bool wxGenericPageSetupDialog::TransferDataFromWindow(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -14,6 +14,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/checkbox.h"
|
#include "wx/checkbox.h"
|
||||||
|
#include "wx/utils.h"
|
||||||
|
|
||||||
#include <Xm/Label.h>
|
#include <Xm/Label.h>
|
||||||
#include <Xm/LabelG.h>
|
#include <Xm/LabelG.h>
|
||||||
@@ -169,8 +170,13 @@ void wxCheckBox::ChangeBackgroundColour()
|
|||||||
XmNforeground, g_itemColors[wxFORE_INDEX].pixel,
|
XmNforeground, g_itemColors[wxFORE_INDEX].pixel,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
|
int selectPixel = wxBLACK->AllocColour(wxGetDisplay());
|
||||||
|
|
||||||
|
// Better to have the checkbox selection in black, or it's
|
||||||
|
// hard to determine what state it is in.
|
||||||
XtVaSetValues ((Widget) m_mainWidget,
|
XtVaSetValues ((Widget) m_mainWidget,
|
||||||
XmNselectColor, g_itemColors[wxSELE_INDEX].pixel,
|
// XmNselectColor, g_itemColors[wxSELE_INDEX].pixel,
|
||||||
|
XmNselectColor, selectPixel,
|
||||||
NULL);
|
NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -120,7 +120,9 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id,
|
|||||||
#if XmVersion >= 1002
|
#if XmVersion >= 1002
|
||||||
#if XmVersion < 2000
|
#if XmVersion < 2000
|
||||||
Widget optionLabel = XmOptionLabelGadget ((Widget) m_buttonWidget);
|
Widget optionLabel = XmOptionLabelGadget ((Widget) m_buttonWidget);
|
||||||
XtUnmanageChild (optionLabel);
|
// JACS, 24/1/99: this seems to cause a malloc crash later on, e.g.
|
||||||
|
// in controls sample.
|
||||||
|
// XtUnmanageChild (optionLabel);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -611,6 +611,7 @@ void wxDialog::OnSysColourChanged(wxSysColourChangedEvent& WXUNUSED(event))
|
|||||||
|
|
||||||
void wxDialog::Fit()
|
void wxDialog::Fit()
|
||||||
{
|
{
|
||||||
|
wxWindow::Fit();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Handle a close event from the window manager
|
// Handle a close event from the window manager
|
||||||
|
@@ -22,6 +22,7 @@
|
|||||||
#include <Xm/ToggleBG.h>
|
#include <Xm/ToggleBG.h>
|
||||||
#include <Xm/RowColumn.h>
|
#include <Xm/RowColumn.h>
|
||||||
#include <Xm/Form.h>
|
#include <Xm/Form.h>
|
||||||
|
#include <Xm/Frame.h>
|
||||||
|
|
||||||
#include <wx/motif/private.h>
|
#include <wx/motif/private.h>
|
||||||
|
|
||||||
@@ -41,6 +42,7 @@ wxRadioBox::wxRadioBox()
|
|||||||
m_majorDim = 0 ;
|
m_majorDim = 0 ;
|
||||||
|
|
||||||
m_formWidget = (WXWidget) 0;
|
m_formWidget = (WXWidget) 0;
|
||||||
|
m_frameWidget = (WXWidget) 0;
|
||||||
m_labelWidget = (WXWidget) 0;
|
m_labelWidget = (WXWidget) 0;
|
||||||
m_radioButtons = (WXWidget*) NULL;
|
m_radioButtons = (WXWidget*) NULL;
|
||||||
m_radioButtonLabels = (wxString*) NULL;
|
m_radioButtonLabels = (wxString*) NULL;
|
||||||
@@ -54,6 +56,8 @@ bool wxRadioBox::Create(wxWindow *parent, wxWindowID id, const wxString& title,
|
|||||||
{
|
{
|
||||||
m_selectedButton = -1;
|
m_selectedButton = -1;
|
||||||
m_noItems = n;
|
m_noItems = n;
|
||||||
|
m_formWidget = (WXWidget) 0;
|
||||||
|
m_frameWidget = (WXWidget) 0;
|
||||||
m_labelWidget = (WXWidget) 0;
|
m_labelWidget = (WXWidget) 0;
|
||||||
m_radioButtons = (WXWidget*) NULL;
|
m_radioButtons = (WXWidget*) NULL;
|
||||||
m_radioButtonLabels = (wxString*) NULL;
|
m_radioButtonLabels = (wxString*) NULL;
|
||||||
@@ -113,6 +117,15 @@ bool wxRadioBox::Create(wxWindow *parent, wxWindowID id, const wxString& title,
|
|||||||
XmStringFree (text);
|
XmStringFree (text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Widget frameWidget = XtVaCreateManagedWidget ("frame",
|
||||||
|
xmFrameWidgetClass, formWidget,
|
||||||
|
XmNshadowType, XmSHADOW_IN,
|
||||||
|
// XmNmarginHeight, 0,
|
||||||
|
// XmNmarginWidth, 0,
|
||||||
|
NULL);
|
||||||
|
|
||||||
|
m_frameWidget = (WXWidget) frameWidget;
|
||||||
|
|
||||||
Arg args[3];
|
Arg args[3];
|
||||||
|
|
||||||
majorDim = (n + majorDim - 1) / majorDim;
|
majorDim = (n + majorDim - 1) / majorDim;
|
||||||
@@ -121,7 +134,7 @@ bool wxRadioBox::Create(wxWindow *parent, wxWindowID id, const wxString& title,
|
|||||||
XmHORIZONTAL : XmVERTICAL));
|
XmHORIZONTAL : XmVERTICAL));
|
||||||
XtSetArg (args[1], XmNnumColumns, majorDim);
|
XtSetArg (args[1], XmNnumColumns, majorDim);
|
||||||
|
|
||||||
Widget radioBoxWidget = XmCreateRadioBox (formWidget, "radioBoxWidget", args, 2);
|
Widget radioBoxWidget = XmCreateRadioBox (frameWidget, "radioBoxWidget", args, 2);
|
||||||
m_mainWidget = (WXWidget) radioBoxWidget;
|
m_mainWidget = (WXWidget) radioBoxWidget;
|
||||||
|
|
||||||
|
|
||||||
@@ -137,6 +150,7 @@ bool wxRadioBox::Create(wxWindow *parent, wxWindowID id, const wxString& title,
|
|||||||
XmNtopWidget, m_labelWidget ? (Widget) m_labelWidget : formWidget,
|
XmNtopWidget, m_labelWidget ? (Widget) m_labelWidget : formWidget,
|
||||||
XmNbottomAttachment, XmATTACH_FORM,
|
XmNbottomAttachment, XmATTACH_FORM,
|
||||||
XmNleftAttachment, XmATTACH_FORM,
|
XmNleftAttachment, XmATTACH_FORM,
|
||||||
|
XmNrightAttachment, XmATTACH_FORM,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
// if (style & wxFLAT)
|
// if (style & wxFLAT)
|
||||||
@@ -166,6 +180,7 @@ bool wxRadioBox::Create(wxWindow *parent, wxWindowID id, const wxString& title,
|
|||||||
m_windowFont = parent->GetFont();
|
m_windowFont = parent->GetFont();
|
||||||
ChangeFont(FALSE);
|
ChangeFont(FALSE);
|
||||||
|
|
||||||
|
// XtManageChild((Widget) m_formWidget);
|
||||||
XtManageChild (radioBoxWidget);
|
XtManageChild (radioBoxWidget);
|
||||||
|
|
||||||
SetCanAddEventHandler(TRUE);
|
SetCanAddEventHandler(TRUE);
|
||||||
@@ -339,6 +354,12 @@ void wxRadioBox::Enable(bool enable)
|
|||||||
XtSetSensitive ((Widget) m_radioButtons[i], (Boolean) enable);
|
XtSetSensitive ((Widget) m_radioButtons[i], (Boolean) enable);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool wxRadioBox::Show(bool show)
|
||||||
|
{
|
||||||
|
// TODO: show/hide all children
|
||||||
|
return wxControl::Show(show);
|
||||||
|
}
|
||||||
|
|
||||||
// Show a specific button
|
// Show a specific button
|
||||||
void wxRadioBox::Show(int n, bool show)
|
void wxRadioBox::Show(int n, bool show)
|
||||||
{
|
{
|
||||||
@@ -418,12 +439,20 @@ void wxRadioBox::ChangeBackgroundColour()
|
|||||||
{
|
{
|
||||||
wxWindow::ChangeBackgroundColour();
|
wxWindow::ChangeBackgroundColour();
|
||||||
|
|
||||||
|
DoChangeBackgroundColour((Widget) m_frameWidget, m_backgroundColour);
|
||||||
|
|
||||||
|
int selectPixel = wxBLACK->AllocColour(wxGetDisplay());
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
for (i = 0; i < m_noItems; i++)
|
for (i = 0; i < m_noItems; i++)
|
||||||
{
|
{
|
||||||
WXWidget radioButton = m_radioButtons[i];
|
WXWidget radioButton = m_radioButtons[i];
|
||||||
|
|
||||||
DoChangeBackgroundColour(radioButton, m_backgroundColour, TRUE);
|
DoChangeBackgroundColour(radioButton, m_backgroundColour, TRUE);
|
||||||
|
|
||||||
|
XtVaSetValues ((Widget) radioButton,
|
||||||
|
XmNselectColor, selectPixel,
|
||||||
|
NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -121,6 +121,13 @@ void wxRadioButton::ChangeFont(bool keepOriginalSize)
|
|||||||
void wxRadioButton::ChangeBackgroundColour()
|
void wxRadioButton::ChangeBackgroundColour()
|
||||||
{
|
{
|
||||||
wxWindow::ChangeBackgroundColour();
|
wxWindow::ChangeBackgroundColour();
|
||||||
|
|
||||||
|
// What colour should this be?
|
||||||
|
int selectPixel = wxBLACK->AllocColour(wxGetDisplay());
|
||||||
|
|
||||||
|
XtVaSetValues ((Widget) GetMainWidget(),
|
||||||
|
XmNselectColor, selectPixel,
|
||||||
|
NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxRadioButton::ChangeForegroundColour()
|
void wxRadioButton::ChangeForegroundColour()
|
||||||
|
@@ -32,7 +32,7 @@ bool wxSpinButton::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, c
|
|||||||
|
|
||||||
m_windowStyle = style;
|
m_windowStyle = style;
|
||||||
|
|
||||||
SetParent(parent);
|
if (parent) parent->AddChild(this);
|
||||||
|
|
||||||
m_min = 0;
|
m_min = 0;
|
||||||
m_max = 100;
|
m_max = 100;
|
||||||
|
@@ -361,6 +361,10 @@ bool wxDialog::Show(bool show)
|
|||||||
TranslateMessage(&msg);
|
TranslateMessage(&msg);
|
||||||
DispatchMessage(&msg);
|
DispatchMessage(&msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// If we get crashes (as per George Tasker's message) with nested modal dialogs,
|
||||||
|
// we should try removing the m_modalShowing test
|
||||||
|
|
||||||
if (m_modalShowing && !::PeekMessage(&msg, 0, 0, 0, PM_NOREMOVE))
|
if (m_modalShowing && !::PeekMessage(&msg, 0, 0, 0, PM_NOREMOVE))
|
||||||
// dfgg: NB MUST test m_modalShowing again as the message loop could have triggered
|
// dfgg: NB MUST test m_modalShowing again as the message loop could have triggered
|
||||||
// a Show(FALSE) in the mean time!!!
|
// a Show(FALSE) in the mean time!!!
|
||||||
@@ -376,9 +380,12 @@ bool wxDialog::Show(bool show)
|
|||||||
node=disabledWindows.First();
|
node=disabledWindows.First();
|
||||||
while(node) {
|
while(node) {
|
||||||
wxWindow* win = (wxWindow*) node->Data();
|
wxWindow* win = (wxWindow*) node->Data();
|
||||||
|
if (wxModalDialogs.Member(win) || wxModelessWindows.Member(win))
|
||||||
|
{
|
||||||
HWND hWnd = (HWND) win->GetHWND();
|
HWND hWnd = (HWND) win->GetHWND();
|
||||||
if (::IsWindow(hWnd) && (wxModalDialogs.Member(win) || wxModelessWindows.Member(win) ))
|
if (::IsWindow(hWnd))
|
||||||
::EnableWindow(hWnd,TRUE);
|
::EnableWindow(hWnd,TRUE);
|
||||||
|
}
|
||||||
node=node->Next();
|
node=node->Next();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -22,8 +22,6 @@
|
|||||||
|
|
||||||
#include "wx/defs.h"
|
#include "wx/defs.h"
|
||||||
|
|
||||||
#define WINDOWS_PRINTING (wxTheApp->GetPrintMode() == wxPRINT_WINDOWS)
|
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include "wx/utils.h"
|
#include "wx/utils.h"
|
||||||
#include "wx/dc.h"
|
#include "wx/dc.h"
|
||||||
|
@@ -106,7 +106,9 @@ void TestGLCanvas::OnPaint( wxPaintEvent& event )
|
|||||||
// OnPaint handlers must always create a wxPaintDC.
|
// OnPaint handlers must always create a wxPaintDC.
|
||||||
wxPaintDC dc(this);
|
wxPaintDC dc(this);
|
||||||
|
|
||||||
|
#ifndef __WXMOTIF__
|
||||||
if (!GetContext()) return;
|
if (!GetContext()) return;
|
||||||
|
#endif
|
||||||
|
|
||||||
SetCurrent();
|
SetCurrent();
|
||||||
|
|
||||||
@@ -155,7 +157,9 @@ void TestGLCanvas::OnSize(wxSizeEvent& event)
|
|||||||
int width, height;
|
int width, height;
|
||||||
GetClientSize(& width, & height);
|
GetClientSize(& width, & height);
|
||||||
|
|
||||||
|
#ifndef __WXMOTIF__
|
||||||
if (GetContext())
|
if (GetContext())
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
SetCurrent();
|
SetCurrent();
|
||||||
glViewport(0, 0, width, height);
|
glViewport(0, 0, width, height);
|
||||||
|
@@ -255,13 +255,13 @@ bool MyApp::OnInit(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(!doubleBuffer
|
if(!doubleBuffer
|
||||||
#ifdef __X__ // JACS
|
#ifdef __WXGTK__ // JACS
|
||||||
|| !wxGLCanvas::HaveVisual(gl_attrib)
|
|| !wxGLCanvas::HaveVisual(gl_attrib)
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
printf("don't have double buffer, disabling\n");
|
printf("don't have double buffer, disabling\n");
|
||||||
#ifndef __WXMSW__
|
#ifdef __WXGTK__
|
||||||
gl_attrib[9] = None;
|
gl_attrib[9] = None;
|
||||||
#endif
|
#endif
|
||||||
doubleBuffer = GL_FALSE;
|
doubleBuffer = GL_FALSE;
|
||||||
|
Reference in New Issue
Block a user