Searched refs:notebook (Results 1 - 25 of 72) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/notebook/
H A Dmakefile.sl1 # Purpose: makefile for notebook example (Salford C++)
4 PROGRAM = notebook
13 cd $(WXDIR)\samples\notebook
H A Dmakefile.unx50 all: notebook
59 rm -f notebook
61 notebook: $(NOTEBOOK_OBJECTS)
64 notebook_notebook.o: ./notebook.cpp
H A Dmakefile.dmc28 all : $(OBJS)\notebook.exe
34 -if exist $(OBJS)\notebook.exe del $(OBJS)\notebook.exe
35 -if exist $(OBJS)\notebook.map del $(OBJS)\notebook.map
37 $(OBJS)\notebook.exe : $(NOTEBOOK_OBJECTS) $(OBJS)\notebook_sample.res
38 link /NOLOGO /SILENT /NOI /DELEXECUTABLE /EXETYPE:NT /DEBUG /CODEVIEW /su:windows:4.0 $(LDFLAGS) $(NOTEBOOK_OBJECTS),$@,$(OBJS)\notebook.map, $(LIBDIRNAME)\ wxmsw$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR)_core.lib wxbase$(WX_RELEASE_NODOT)d$(WX_LIB_FLAVOUR).lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib \ kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib,, $(OBJS)\notebook_sample.res
43 $(OBJS)\notebook_notebook.obj : .\notebook.cpp
44 $(CXX) -mn -c -cpp -o$@ $(NOTEBOOK_CXXFLAGS) .\notebook.cpp
H A DMakefile.in71 @COND_PLATFORM_MAC_1@ $(SETFILE) -a C notebook$(EXEEXT)
88 COND_PLATFORM_OS2_1___notebook___os2_emxbindcmd = $(NM) notebook$(EXEEXT) | if \
89 grep -q pmwin.763 ; then emxbind -ep notebook$(EXEEXT) ; fi
99 @COND_PLATFORM_MACOSX_1@ = notebook.app/Contents/PkgInfo
136 notebook$(EXEEXT) Carbon.r sample.r
141 all: notebook$(EXEEXT) $(__notebook_bundle___depname)
152 rm -f notebook$(EXEEXT)
153 rm -rf notebook.app
158 notebook$(EXEEXT): $(NOTEBOOK_OBJECTS) $(__notebook___win32rc)
165 @COND_PLATFORM_MACOSX_1@notebook
[all...]
H A Dmakefile.bcc230 all: $(OBJS)\notebook.exe
236 -if exist $(OBJS)\notebook.exe del $(OBJS)\notebook.exe
237 -if exist $(OBJS)\notebook.tds del $(OBJS)\notebook.tds
238 -if exist $(OBJS)\notebook.ilc del $(OBJS)\notebook.ilc
239 -if exist $(OBJS)\notebook.ild del $(OBJS)\notebook.ild
240 -if exist $(OBJS)\notebook
[all...]
H A Dmakefile.dms197 all : $(OBJS)\notebook.exe
203 -if exist $(OBJS)\notebook.exe del $(OBJS)\notebook.exe
204 -if exist $(OBJS)\notebook.map del $(OBJS)\notebook.map
206 $(OBJS)\notebook.exe : $(NOTEBOOK_OBJECTS) $(OBJS)\notebook_sample.res
207 link /NOLOGO /SILENT /NOI /DELEXECUTABLE /EXETYPE:NT $(__DEBUGINFO_1) /su:windows:4.0 $(LDFLAGS) $(NOTEBOOK_OBJECTS),$@,$(OBJS)\notebook.map, $(LIBDIRNAME)\ $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) $(__CAIRO_LIB_p) $(__CAIRO_LIBDIR_FILENAMES)\ kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib,, $(OBJS)\notebook_sample.res
212 $(OBJS)\notebook_notebook.obj : .\notebook.cpp
213 $(CXX) -mn -c -cpp -o$@ $(NOTEBOOK_CXXFLAGS) .\notebook.cpp
H A Dmakefile.vc22 $(__DEBUGINFO_0) /Fd$(OBJS)\notebook.pdb $(____DEBUGRUNTIME_3_p) \
339 all: $(OBJS)\notebook.exe
345 -if exist $(OBJS)\notebook.exe del $(OBJS)\notebook.exe
346 -if exist $(OBJS)\notebook.ilk del $(OBJS)\notebook.ilk
347 -if exist $(OBJS)\notebook.pdb del $(OBJS)\notebook.pdb
349 $(OBJS)\notebook.exe: $(NOTEBOOK_OBJECTS) $(OBJS)\notebook_sample.res
350 link /NOLOGO /OUT:$@ $(__DEBUGINFO_1) /pdb:"$(OBJS)\notebook
[all...]
H A Dmakefile.va20 PROGRAM=notebook
H A Dmakefile.wat255 all : .SYMBOLIC $(OBJS)\notebook.exe
263 -if exist $(OBJS)\notebook.exe del $(OBJS)\notebook.exe
265 $(OBJS)\notebook.exe : $(NOTEBOOK_OBJECTS) $(OBJS)\notebook_sample.res
266 @%create $(OBJS)\notebook.lbc
267 @%append $(OBJS)\notebook.lbc option quiet
268 @%append $(OBJS)\notebook.lbc name $^@
269 @%append $(OBJS)\notebook.lbc option caseexact
270 @%append $(OBJS)\notebook.lbc $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS)
271 @for %i in ($(NOTEBOOK_OBJECTS)) do @%append $(OBJS)\notebook
[all...]
H A Dmakefile.gcc231 all: $(OBJS)\notebook.exe
236 -if exist $(OBJS)\notebook.exe del $(OBJS)\notebook.exe
238 $(OBJS)\notebook.exe: $(NOTEBOOK_OBJECTS) $(OBJS)\notebook_sample_rc.o
244 $(OBJS)\notebook_notebook.o: ./notebook.cpp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/multicell/
H A Dmakefile.sl14 cd $(WXDIR)\samples\notebook
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dnotebook.cpp2 // Name: src/gtk1/notebook.cpp
5 // Id: $Id: notebook.cpp 50855 2007-12-20 10:51:33Z JS $
15 #include "wx/notebook.h"
95 wxNotebook *notebook )
97 // are you trying to call SetSelection() from a notebook event handler?
99 wxCHECK_RET( !notebook->m_inSwitchPage,
102 notebook->m_inSwitchPage = true;
106 int old = notebook->GetSelection();
108 if (notebook->m_skipNextPageChangeEvent)
112 notebook
380 GtkNotebook *notebook = GTK_NOTEBOOK(m_widget); local
669 GtkNotebook *notebook = GTK_NOTEBOOK(m_widget); local
[all...]
H A Dmdi.cpp23 #include "wx/notebook.h"
162 simply set the last notebook page active as new
167 GtkNotebook *notebook = GTK_NOTEBOOK(m_clientWindow->m_widget); local
168 gtk_notebook_set_page( notebook, g_list_length( notebook->children ) - 1 );
262 GtkNotebook *notebook = GTK_NOTEBOOK(m_clientWindow->m_widget);
263 if (!notebook) return (wxMDIChildFrame*) NULL;
265 gint i = gtk_notebook_get_current_page( notebook );
268 GtkNotebookPage* page = (GtkNotebookPage*) (g_list_nth(notebook->children,i)->data);
399 GtkNotebook* notebook local
429 GtkNotebook* notebook = GTK_NOTEBOOK(parent->m_widget); local
470 GtkNotebook *notebook = GTK_NOTEBOOK(parent->m_widget); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dnbsizer.tex10 you must not add any children to it - instead, it queries the notebook class itself.
12 page of the notebook and report an adjusted minimal size to a more toplevel
32 \func{}{wxNotebookSizer}{\param{wxNotebook* }{notebook}}
34 Constructor. It takes an associated notebook as its only parameter.
40 Returns the notebook associated with the sizer.
H A Dnotebook.tex3 This class represents a notebook control, which manages multiple windows with associated tabs.
20 <wx/notebook.h>
29 \twocolitem{\windowstyle{wxNB\_BOTTOM}}{Place tabs under instead of above the notebook pages.}
32 \twocolitem{\windowstyle{wxNB\_NOPAGETHEME}}{(Windows only) Display a solid colour on notebook pages, and not a gradient, which can reduce performance.}
46 On Windows XP, the default theme paints a gradient on the notebook's pages.
49 themed drawing for a particular notebook, you can call {\tt wxSystemOptions::SetOption}
56 wxSystemOptions::SetOption(wxT("msw.notebook.themed-background"), 0);
65 wxColour col = notebook->GetThemeBackgroundColour();
78 \helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebookEvent}{wxnotebookevent}, \helpref{wxImageList}{wximagelist}, \helpref{notebook sample}{samplenotebook}\rtfsp
91 Constructs a notebook contro
[all...]
H A Dchoicebk.tex21 use the \helpref{notebook sample}{samplenotebook} to see wxChoicebook in action.
56 \helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook}
H A Dlistbook.tex21 use the \helpref{notebook sample}{samplenotebook} to see wxListbook in action.
51 \helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook}
H A Dtoolbook.tex21 use the \helpref{notebook sample}{samplenotebook} to see wxToolbook in action.
47 \helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook}
H A Dauinotebook.tex11 wxAuiNotebook is a notebook control which implements many features common in applications with dockable panes.
45 \twocolitem{\windowstyle{wxAUI\_NB\_TOP}}{With this style, tabs are drawn along the top of the notebook.}
46 \twocolitem{\windowstyle{wxAUI\_NB\_BOTTOM}}{With this style, tabs are drawn along the bottom of the notebook.}
78 Creates the notebook window.
96 Returns the desired height of the notebook for the given page height. Use this to fit the notebook to
115 Returns the number of pages in the notebook.
122 the notebook, wxNOT\_FOUND is returned.
159 Sets the art provider to be used by the notebook.
235 Shows the window menu for the active tab control associated with this notebook,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dmdi.cpp23 #include "wx/notebook.h"
153 simply set the last notebook page active as new
158 GtkNotebook *notebook = GTK_NOTEBOOK(m_clientWindow->m_widget); local
159 gtk_notebook_set_current_page( notebook, g_list_length( notebook->children ) - 1 );
248 GtkNotebook *notebook = GTK_NOTEBOOK(m_clientWindow->m_widget);
249 if (!notebook) return (wxMDIChildFrame*) NULL;
251 gint i = gtk_notebook_get_current_page( notebook );
254 GtkNotebookPage* page = (GtkNotebookPage*) (g_list_nth(notebook->children,i)->data);
407 GtkNotebook* notebook local
437 GtkNotebook* notebook = GTK_NOTEBOOK(parent->m_widget); local
478 GtkNotebook *notebook = GTK_NOTEBOOK(parent->m_widget); local
[all...]
H A Dnotebook.cpp2 // Name: src/gtk/notebook.cpp
5 // Id: $Id: notebook.cpp 55094 2008-08-15 04:52:13Z PC $
15 #include "wx/notebook.h"
186 wxNotebook *notebook )
190 if (!notebook->m_hasVMT) return FALSE;
197 int nMax = notebook->GetPageCount();
200 int nSel = notebook->GetSelection();
208 else // notebook is empty, no next page
221 int sel = notebook->GetSelection();
224 wxGtkNotebookPage *nb_page = notebook
622 GtkNotebook *notebook = GTK_NOTEBOOK(m_widget); local
707 GtkNotebook * notebook = GTK_NOTEBOOK(m_widget); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleNotebook.h29 #include <wx/notebook.h>
71 CMuleNotebook( wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = wxT("notebook") );
H A DSearchDlg.h30 #include <wx/notebook.h> // needed for wxBookCtrlEvent in wx 2.8
H A DTransferWnd.h30 #include <wx/notebook.h> // needed for wxBookCtrlEvent in wx 2.8
71 * on the category-notebook.
78 * @param index The index of the category on the notebook. -1 will update all categories.
H A DChatWnd.h30 #include <wx/notebook.h> // Needed for wxNotebookEvent

Completed in 172 milliseconds

123