]>
git.saurik.com Git - wxWidgets.git/blob - src/motif/colordlg.cpp
   1 ///////////////////////////////////////////////////////////////////////////// 
   3 // Purpose:     wxColourDialog class. NOTE: you can use the generic class 
   4 //              if you wish, instead of implementing this. 
   5 // Author:      Julian Smart 
   9 // Copyright:   (c) Julian Smart 
  10 // Licence:     wxWindows licence 
  11 ///////////////////////////////////////////////////////////////////////////// 
  14 #pragma implementation "colordlg.h" 
  17 #include "wx/motif/colordlg.h" 
  19 IMPLEMENT_DYNAMIC_CLASS(wxColourDialog
, wxDialog
) 
  25 wxColourDialog::wxColourDialog() 
  27     m_dialogParent 
= NULL
; 
  30 wxColourDialog::wxColourDialog(wxWindow 
*parent
, wxColourData 
*data
) 
  35 bool wxColourDialog::Create(wxWindow 
*parent
, wxColourData 
*data
) 
  37     m_dialogParent 
= parent
; 
  44 int wxColourDialog::ShowModal() 
  46     /* TODO: implement dialog