~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/plugins/contrib/codesnippets/settingsdlgform.h

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
///////////////////////////////////////////////////////////////////////////
2
 
// C++ code generated with wxFormBuilder (version Feb  1 2007)
 
2
// C++ code generated with wxFormBuilder (version Dec 17 2007)
3
3
// http://www.wxformbuilder.org/
4
4
//
5
5
// PLEASE DO "NOT" EDIT THIS FILE!
8
8
#ifndef __settingsdlgform__
9
9
#define __settingsdlgform__
10
10
 
11
 
// Define WX_GCH in order to support precompiled headers with GCC compiler.
12
 
// You have to create the header "wx_pch.h" and include all files needed
13
 
// for compile your gui inside it.
14
 
// Then, compile it and place the file "wx_pch.h.gch" into the same
15
 
// directory that "wx_pch.h".
16
 
#ifdef WX_GCH
17
 
#include <wx_pch.h>
18
 
#else
19
 
#include <wx/wx.h>
20
 
#endif
21
 
 
 
11
#include <wx/string.h>
 
12
#include <wx/stattext.h>
 
13
#include <wx/gdicmn.h>
 
14
#include <wx/font.h>
 
15
#include <wx/colour.h>
 
16
#include <wx/settings.h>
 
17
#include <wx/sizer.h>
 
18
#include <wx/textctrl.h>
22
19
#include <wx/button.h>
23
20
#include <wx/radiobut.h>
24
 
#include <wx/statline.h>
25
 
#include <wx/slider.h>
 
21
#include <wx/checkbox.h>
 
22
#include "scrollingdialog.h"
26
23
 
27
24
///////////////////////////////////////////////////////////////////////////
28
25
 
34
31
///////////////////////////////////////////////////////////////////////////////
35
32
/// Class SettingsDlgForm
36
33
///////////////////////////////////////////////////////////////////////////////
37
 
class SettingsDlgForm : public wxDialog 
 
34
class SettingsDlgForm : public wxScrollingDialog
38
35
{
39
36
        private:
40
 
        
 
37
 
41
38
        protected:
42
39
                wxStaticText* m_staticText;
43
40
                wxStaticText* m_staticText1;
50
47
                wxRadioButton* m_RadioFloatBtn;
51
48
                wxRadioButton* m_RadioDockBtn;
52
49
                wxRadioButton* m_RadioExternalBtn;
53
 
                wxStaticLine* m_staticline1;
54
 
                wxStaticText* m_staticText4;
55
 
                wxSlider* m_MouseSpeedSlider;
56
 
                wxStaticText* m_staticText5;
57
 
                wxSlider* m_MouseScrollSlider;
58
 
                wxStaticText* m_staticText6;
59
 
                wxSlider* m_MouseDelaylider;
 
50
 
 
51
                wxCheckBox* m_EditorsStayOnTopChkBox;
 
52
                wxCheckBox* m_ToolTipsChkBox;
 
53
                wxStaticText* m_CfgFolderStaticText;
 
54
                wxStaticText* m_IniFolderStaticText;
60
55
                wxStdDialogButtonSizer* m_sdbSizer;
61
 
        
 
56
                wxButton* m_sdbSizerOK;
 
57
                wxButton* m_sdbSizerCancel;
 
58
 
62
59
        public:
63
 
                SettingsDlgForm( wxWindow* parent, int id = ID_DEFAULT, wxString title = wxEmptyString, wxPoint pos = wxDefaultPosition, wxSize size = wxSize( 462,492 ), int style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
64
 
        
 
60
                wxTextCtrl* m_CfgFolderTextCtrl;
 
61
                wxTextCtrl* m_IniFolderTextCtrl;
 
62
                SettingsDlgForm( wxWindow* parent, wxWindowID id = ID_DEFAULT, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 462,389 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
 
63
                ~SettingsDlgForm();
 
64
 
65
65
};
66
66
 
67
67
#endif //__settingsdlgform__