Searched refs:wxNotebook (Results 1 - 25 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dnotebook.cpp3 // Purpose: implementation of wxNotebook
44 BEGIN_EVENT_TABLE(wxNotebook, wxBookCtrlBase)
45 EVT_NOTEBOOK_PAGE_CHANGED(wxID_ANY, wxNotebook::OnSelChange)
47 EVT_SIZE(wxNotebook::OnSize)
49 EVT_NAVIGATION_KEY(wxNotebook::OnNavigationKey)
90 IMPLEMENT_DYNAMIC_CLASS_XTI(wxNotebook, wxBookCtrlBase,"wx/notebook.h")
100 wxBEGIN_PROPERTIES_TABLE(wxNotebook)
108 wxBEGIN_HANDLERS_TABLE(wxNotebook)
111 wxCONSTRUCTOR_5( wxNotebook , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size , long , WindowStyle)
127 IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxBookCtrlBas
153 wxNotebook::wxNotebook() function in class:wxNotebook
158 wxNotebook::wxNotebook(wxWindow *parent, function in class:wxNotebook
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxh_notbk.h3 // Purpose: XML resource handler for wxNotebook
17 class WXDLLIMPEXP_FWD_CORE wxNotebook; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
30 wxNotebook *m_notebook;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dnotebook.cpp3 // Purpose: generic implementation of wxNotebook
55 BEGIN_EVENT_TABLE(wxNotebook, wxBookCtrlBase)
56 EVT_NOTEBOOK_PAGE_CHANGED(wxID_ANY, wxNotebook::OnSelChange)
57 EVT_SIZE(wxNotebook::OnSize)
58 EVT_PAINT(wxNotebook::OnPaint)
59 EVT_MOUSE_EVENTS(wxNotebook::OnMouseEvent)
60 EVT_SET_FOCUS(wxNotebook::OnSetFocus)
61 EVT_NAVIGATION_KEY(wxNotebook::OnNavigationKey)
64 IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxBookCtrlBase)
86 wxNotebookTabView(wxNotebook* noteboo
124 wxNotebook::wxNotebook() function in class:wxNotebook
130 wxNotebook::wxNotebook(wxWindow *parent, function in class:wxNotebook
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dnotebmac.cpp3 // Purpose: implementation of wxNotebook
48 BEGIN_EVENT_TABLE(wxNotebook, wxControl)
49 EVT_NOTEBOOK_PAGE_CHANGED(wxID_ANY, wxNotebook::OnSelChange)
50 EVT_MOUSE_EVENTS(wxNotebook::OnMouse)
52 EVT_SIZE(wxNotebook::OnSize)
53 EVT_SET_FOCUS(wxNotebook::OnSetFocus)
54 EVT_NAVIGATION_KEY(wxNotebook::OnNavigationKey)
57 IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxControl)
66 // and inset mode is better accomplished with space around the wxNotebook rather
141 // wxNotebook constructio
158 wxNotebook::wxNotebook() function in class:wxNotebook
164 wxNotebook::wxNotebook(wxWindow *parent, function in class:wxNotebook
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dnotebmac.cpp3 // Purpose: implementation of wxNotebook
37 BEGIN_EVENT_TABLE(wxNotebook, wxBookCtrlBase)
38 EVT_NOTEBOOK_PAGE_CHANGED(wxID_ANY, wxNotebook::OnSelChange)
40 EVT_SIZE(wxNotebook::OnSize)
41 EVT_SET_FOCUS(wxNotebook::OnSetFocus)
42 EVT_NAVIGATION_KEY(wxNotebook::OnNavigationKey)
45 IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxBookCtrlBase)
50 void wxNotebook::Init()
56 wxNotebook::wxNotebook() function in class:wxNotebook
62 wxNotebook::wxNotebook( wxWindow *parent, function in class:wxNotebook
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dnotebook.cpp3 // Purpose: implementation of wxNotebook
59 BEGIN_EVENT_TABLE(wxNotebook, wxBookCtrlBase)
60 EVT_NOTEBOOK_PAGE_CHANGED(wxID_ANY, wxNotebook::OnSelChange)
61 EVT_SIZE(wxNotebook::OnSize)
62 EVT_SET_FOCUS(wxNotebook::OnSetFocus)
63 EVT_NAVIGATION_KEY(wxNotebook::OnNavigationKey)
66 IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxBookCtrlBase)
74 // wxNotebook construction
80 void wxNotebook::Init()
85 } // end of wxNotebook
90 wxNotebook::wxNotebook() function in class:wxNotebook
98 wxNotebook::wxNotebook( function in class:wxNotebook
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dnotebook.h3 // Purpose: wxNotebook class
18 // wxNotebook
20 class WXDLLEXPORT wxNotebook: public wxNotebookBase, protected wxCocoaNSTabView class in inherits:wxNotebookBase,wxCocoaNSTabView
22 DECLARE_DYNAMIC_CLASS(wxNotebook)
29 wxNotebook() { } function in class:wxNotebook
30 wxNotebook(wxWindow *parent, wxWindowID winid, function in class:wxNotebook
44 virtual ~wxNotebook();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dnotebook.h3 // Purpose: wxNotebook class
24 // wxNotebook
27 class WXDLLIMPEXP_CORE wxNotebook : public wxNotebookBase class in inherits:wxNotebookBase
31 wxNotebook();
33 wxNotebook(wxWindow *parent,
47 virtual ~wxNotebook();
138 DECLARE_DYNAMIC_CLASS(wxNotebook)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dnotebook.h3 // Purpose: wxNotebook class
24 // wxNotebook
27 class WXDLLIMPEXP_CORE wxNotebook : public wxNotebookBase class in inherits:wxNotebookBase
31 wxNotebook();
33 wxNotebook(wxWindow *parent,
47 virtual ~wxNotebook();
145 DECLARE_DYNAMIC_CLASS(wxNotebook)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dnotebook.h28 // wxNotebook
31 class wxNotebook : public wxNotebookBase class in inherits:wxNotebookBase
37 wxNotebook();
39 wxNotebook(wxWindow *parent,
53 virtual ~wxNotebook();
138 DECLARE_DYNAMIC_CLASS(wxNotebook)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dnotebook.h28 // wxNotebook
31 class wxNotebook : public wxNotebookBase class in inherits:wxNotebookBase
37 wxNotebook();
39 wxNotebook(wxWindow *parent,
53 virtual ~wxNotebook();
131 DECLARE_DYNAMIC_CLASS(wxNotebook)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dnotebook.cpp3 // Purpose: implementation of wxNotebook
125 BEGIN_EVENT_TABLE(wxNotebook, wxControl)
126 EVT_NOTEBOOK_PAGE_CHANGED(wxID_ANY, wxNotebook::OnSelChange)
127 EVT_SIZE(wxNotebook::OnSize)
128 EVT_NAVIGATION_KEY(wxNotebook::OnNavigationKey)
131 EVT_ERASE_BACKGROUND(wxNotebook::OnEraseBackground)
132 EVT_PAINT(wxNotebook::OnPaint)
178 IMPLEMENT_DYNAMIC_CLASS_XTI(wxNotebook, wxBookCtrlBase,"wx/notebook.h")
188 wxBEGIN_PROPERTIES_TABLE(wxNotebook)
196 wxBEGIN_HANDLERS_TABLE(wxNotebook)
257 wxNotebook::wxNotebook() function in class:wxNotebook
263 wxNotebook::wxNotebook(wxWindow *parent, function in class:wxNotebook
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dnotebook.cpp79 static void event_after(GtkNotebook*, GdkEvent*, wxNotebook*);
88 switch_page_after(GtkWidget* widget, GtkNotebookPage*, guint, wxNotebook* win)
97 switch_page(GtkNotebook* widget, GtkNotebookPage*, int page, wxNotebook* win)
115 static void event_after(GtkNotebook* widget, GdkEvent*, wxNotebook* win)
186 wxNotebook *notebook )
225 wxCHECK_MSG( nb_page, FALSE, _T("invalid selection in wxNotebook") );
250 // InsertChild callback for wxNotebook
253 static void wxInsertChildInNotebook( wxNotebook* parent, wxWindow* child )
271 // wxNotebook
274 IMPLEMENT_DYNAMIC_CLASS(wxNotebook,wxBookCtrlBas
289 wxNotebook::wxNotebook() function in class:wxNotebook
294 wxNotebook::wxNotebook( wxWindow *parent, wxWindowID id, function in class:wxNotebook
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dnotebook.cpp95 wxNotebook *notebook )
114 // make wxNotebook::GetSelection() return the correct (i.e. consistent
128 // make wxNotebook::GetSelection() return the correct (i.e. consistent
198 static gint gtk_notebook_key_press_callback( GtkWidget *widget, GdkEventKey *gdk_event, wxNotebook *notebook )
240 wxCHECK_MSG( nb_page, FALSE, _T("invalid selection in wxNotebook") );
266 // InsertChild callback for wxNotebook
269 static void wxInsertChildInNotebook( wxNotebook* parent, wxWindow* child )
287 // wxNotebook
290 IMPLEMENT_DYNAMIC_CLASS(wxNotebook,wxBookCtrlBase)
292 BEGIN_EVENT_TABLE(wxNotebook, wxBookCtrlBas
306 wxNotebook::wxNotebook() function in class:wxNotebook
311 wxNotebook::wxNotebook( wxWindow *parent, wxWindowID id, function in class:wxNotebook
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dnotebook.cpp3 // Purpose: wxNotebook implementation
89 wxNotebookSpinBtn(wxNotebook *nb)
104 wxNotebook *m_nb;
117 IMPLEMENT_DYNAMIC_CLASS(wxNotebook, wxBookCtrlBase)
121 // wxNotebook creation
124 void wxNotebook::Init()
140 bool wxNotebook::Create(wxWindow *parent,
164 // wxNotebook page titles and images
167 wxString wxNotebook::GetPageText(size_t nPage) const
174 bool wxNotebook
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dnotebook.tex1 \section{\class{wxNotebook}}\label{wxnotebook}
5 To use the class, create a wxNotebook object and call \helpref{AddPage}{wxnotebookaddpage} or \helpref{InsertPage}{wxnotebookinsertpage},
7 managed by wxNotebook.
82 \membersection{wxNotebook::wxNotebook}\label{wxnotebookctor}
84 \func{}{wxNotebook}{\void}
88 \func{}{wxNotebook}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id}, \param{const wxPoint\&}{ pos = wxDefaultPosition},
105 \docparam{style}{The window style. See \helpref{wxNotebook}{wxnotebook}.}
110 \membersection{wxNotebook::\destruct{wxNotebook}}\labe
[all...]
H A Dnbsizer.tex4 longer needed, \helpref{wxNotebook}{wxnotebook} control can be inserted
26 \helpref{wxSizer}{wxsizer}, \helpref{wxNotebook}{wxnotebook}, \helpref{Sizer overview}{sizeroverview}
32 \func{}{wxNotebookSizer}{\param{wxNotebook* }{notebook}}
38 \func{wxNotebook*}{GetNotebook}{\void}
H A Dtimaglst.tex10 Image lists are used in \helpref{wxNotebook}{wxnotebook},
H A Dtbook.tex14 Classes: \helpref{wxNotebook}{wxnotebook}, \helpref{wxListbook}{wxlistbook}, \helpref{wxChoicebook}{wxchoicebook},
23 \item \helpref{wxNotebook}{wxnotebook}: uses a row of tabs
36 WinCE, and \helpref{wxNotebook}{wxnotebook} for all other platforms. The mapping consists of:
40 \twocolitem{wxBookCtrl}{wxChoicebook or wxNotebook}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dnotebook.h23 // wxNotebook
26 class WXDLLEXPORT wxNotebook : public wxNotebookBase class in inherits:wxNotebookBase
34 wxNotebook();
39 wxNotebook( wxWindow* pParent
202 DECLARE_DYNAMIC_CLASS(wxNotebook)
204 }; // end of CLASS wxNotebook
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dnotebook.h3 // Purpose: wxNotebook class (a.k.a. property sheet, tabbed dialog)
30 // wxNotebook
33 class WXDLLIMPEXP_CORE wxNotebook : public wxNotebookBase class in inherits:wxNotebookBase
39 wxNotebook();
41 wxNotebook(wxWindow *parent,
55 virtual ~wxNotebook();
132 // wxNotebook on Motif uses a generic wxTabView to implement itself.
156 DECLARE_DYNAMIC_CLASS(wxNotebook)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dnotebook.h24 // wxNotebook
51 class WXDLLEXPORT wxNotebook : public wxNotebookBase class in inherits:wxNotebookBase
58 wxNotebook();
61 wxNotebook(wxWindow *parent,
175 DECLARE_DYNAMIC_CLASS_NO_COPY(wxNotebook)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dnotebook.h3 // Purpose: universal version of wxNotebook
29 // wxNotebook
32 class WXDLLEXPORT wxNotebook : public wxNotebookBase class in inherits:wxNotebookBase
38 wxNotebook() { Init(); } function in class:wxNotebook
40 wxNotebook(wxWindow *parent, function in class:wxNotebook
61 virtual ~wxNotebook();
253 DECLARE_DYNAMIC_CLASS(wxNotebook)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dnotebook.h23 // wxNotebook
60 class WXDLLEXPORT wxNotebook : public wxNotebookBase class in inherits:wxNotebookBase
66 wxNotebook();
68 wxNotebook(wxWindow *parent,
81 virtual ~wxNotebook();
248 DECLARE_DYNAMIC_CLASS_NO_COPY(wxNotebook)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_notbk.cpp3 // Purpose: XRC resource for wxNotebook
105 XRC_MAKE_INSTANCE(nb, wxNotebook)
115 wxNotebook *old_par = m_notebook;
129 return ((!m_isInside && IsOfClass(node, wxT("wxNotebook"))) ||

Completed in 284 milliseconds

123