Home
last modified time | relevance | path

Searched refs:pDeveloperRadio (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/db/
H A Ddbtest.h281 wxRadioBox *pDeveloperRadio; in DECLARE_APP() local
H A Ddbtest.cpp1632pDeveloperRadio = new wxRadioBox(this,EDITOR_DIALOG_DEVELOPER, wxT("Developer:"), wxPo… in Initialize()
1778 pDeveloperRadio->Enable((mode == mCreate) || (mode == mEdit)); in FieldsEditable()
1850 pDeveloperRadio->SetSelection(wxGetApp().Contact->IsDeveloper); in PutData()
1960 wxGetApp().Contact->IsDeveloper = pDeveloperRadio->GetSelection() > 0; in GetData()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/db/
H A Ddbtest.h281 wxRadioBox *pDeveloperRadio; in DECLARE_APP() local
H A Ddbtest.cpp1632pDeveloperRadio = new wxRadioBox(this,EDITOR_DIALOG_DEVELOPER, wxT("Developer:"), wxPo… in Initialize()
1778 pDeveloperRadio->Enable((mode == mCreate) || (mode == mEdit)); in FieldsEditable()
1850 pDeveloperRadio->SetSelection(wxGetApp().Contact->IsDeveloper); in PutData()
1960 wxGetApp().Contact->IsDeveloper = pDeveloperRadio->GetSelection() > 0; in GetData()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/db/
H A Ddbtest.h281 wxRadioBox *pDeveloperRadio; in DECLARE_APP() local
H A Ddbtest.cpp1632pDeveloperRadio = new wxRadioBox(this,EDITOR_DIALOG_DEVELOPER, wxT("Developer:"), wxPo… in Initialize()
1778 pDeveloperRadio->Enable((mode == mCreate) || (mode == mEdit)); in FieldsEditable()
1850 pDeveloperRadio->SetSelection(wxGetApp().Contact->IsDeveloper); in PutData()
1960 wxGetApp().Contact->IsDeveloper = pDeveloperRadio->GetSelection() > 0; in GetData()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/db/
H A Ddbtest.h281 wxRadioBox *pDeveloperRadio; in DECLARE_APP() local
H A Ddbtest.cpp1632pDeveloperRadio = new wxRadioBox(this,EDITOR_DIALOG_DEVELOPER, wxT("Developer:"), wxPo… in Initialize()
1778 pDeveloperRadio->Enable((mode == mCreate) || (mode == mEdit)); in FieldsEditable()
1850 pDeveloperRadio->SetSelection(wxGetApp().Contact->IsDeveloper); in PutData()
1960 wxGetApp().Contact->IsDeveloper = pDeveloperRadio->GetSelection() > 0; in GetData()