bool GetChooseFull();
wxColour& GetColour();
- wxColour& GetCustomColour(int i);
+ wxColour GetCustomColour(int i);
void SetChooseFull(int flag);
void SetColour(const wxColour& colour);
void SetCustomColour(int i, const wxColour& colour);
public:
wxColourDialog(wxWindow* parent, wxColourData* data = NULL);
+#ifdef __WXMSW__
wxColourData& GetColourData();
+#else
+ wxColourData GetColourData();
+#endif
int ShowModal();
};
//----------------------------------------------------------------------
+#ifdef __WXMSW__
class wxDirDialog : public wxDialog {
public:
wxDirDialog(wxWindow* parent,
void SetPath(const wxString& path);
int ShowModal();
};
+#endif
//----------------------------------------------------------------------
//----------------------------------------------------------------------
+#ifdef __WXMSW__
class wxPageSetupData {
public:
wxPageSetupData();
wxPageSetupData& GetPageSetupData();
int ShowModal();
};
+#endif
//----------------------------------------------------------------------
+#ifdef __WXMSW__
class wxPrintData {
public:
wxPrintData();
wxDC* GetPrintDC();
int ShowModal();
};
+#endif
//----------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////////////
//
// $Log$
+// Revision 1.3 1998/08/18 19:48:13 RD
+// more wxGTK compatibility things.
+//
+// It builds now but there are serious runtime problems...
+//
// Revision 1.2 1998/08/15 07:36:25 RD
// - Moved the header in the .i files out of the code that gets put into
// the .cpp files. It caused CVS conflicts because of the RCS ID being