Home
last modified time | relevance | path

Searched refs:pNotebook (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp.cpp106 #define SUBNB_CREATE(ID, Name) pNotebook = new wxNotebook(this, ID, wxDefaultPosition, wxDefaultSiz…
107pNotebook ->AssignImageList(new wxImageList(IMG_SIZE_NOTEBOOK, IMG_SIZE_NOTEBOOK, true, 0));\
108 pNotebook ->IMG_ADD_TO_NOTEBOOK(ID_IMG_NB_WKSP_TREEVIEW);\
109 pNotebook ->IMG_ADD_TO_NOTEBOOK(ID_IMG_NB_WKSP_THUMBNAILS);
145 wxNotebook *pNotebook; in BEGIN_EVENT_TABLE() local
161 m_pData = new CWKSP_Data_Control(pNotebook); in BEGIN_EVENT_TABLE()
162 m_pData_Buttons = new CWKSP_Data_Buttons(pNotebook); in BEGIN_EVENT_TABLE()
165 m_pMaps = new CWKSP_Map_Control (pNotebook); in BEGIN_EVENT_TABLE()
166 m_pMaps_Buttons = new CWKSP_Map_Buttons (pNotebook); in BEGIN_EVENT_TABLE()
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bkgrnd2d/
H A Ddialog.cpp38 static GtkWidget *pNotebook; variable
339 pNotebook = gtk_notebook_new(); in InitBackgroundDialog()
341 pPage->Append(pNotebook); in InitBackgroundDialog()
343 pPage->Append(pNotebook); in InitBackgroundDialog()
345 pPage->Append(pNotebook); in InitBackgroundDialog()
347 gtk_box_pack_start (GTK_BOX (GTK_DIALOG(pDialogWnd)->vbox), pNotebook, TRUE, TRUE, 0); in InitBackgroundDialog()
349 gtk_widget_show ( pNotebook ); in InitBackgroundDialog()
361 gtk_notebook_set_current_page(GTK_NOTEBOOK(pNotebook),page); in ShowBackgroundDialogPG()
/dports/games/netradiant/netradiant-20150621-src/contrib/bkgrnd2d/
H A Ddialog.cpp38 static GtkWidget *pNotebook; variable
331 pNotebook = gtk_notebook_new(); in InitBackgroundDialog()
333 pPage->Append( pNotebook ); in InitBackgroundDialog()
335 pPage->Append( pNotebook ); in InitBackgroundDialog()
337 pPage->Append( pNotebook ); in InitBackgroundDialog()
339 gtk_box_pack_start( GTK_BOX( GTK_DIALOG( pDialogWnd )->vbox ), pNotebook, TRUE, TRUE, 0 ); in InitBackgroundDialog()
341 gtk_widget_show( pNotebook ); in InitBackgroundDialog()
351 gtk_notebook_set_current_page( GTK_NOTEBOOK( pNotebook ),page ); in ShowBackgroundDialogPG()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dabout.cpp430 pNotebook->InheritAttributes(); in CreateControls()
431 mainSizer->Add( pNotebook, 1, (orient ? wxALIGN_CENTER_VERTICAL : 0) | wxEXPAND | wxALL, 5 ); in CreateControls()
434 itemPanelAbout = new wxPanel( pNotebook, -1, wxDefaultPosition, wxDefaultSize, in CreateControls()
437 pNotebook->AddPage( itemPanelAbout, _("About"), TRUE /* Default page */ ); in CreateControls()
448 itemPanelAuthors = new wxPanel( pNotebook, -1, wxDefaultPosition, wxDefaultSize, in CreateControls()
451 pNotebook->AddPage( itemPanelAuthors, _("Authors") ); in CreateControls()
461 itemPanelLicense = new wxPanel( pNotebook, -1, wxDefaultPosition, wxDefaultSize, in CreateControls()
464 pNotebook->AddPage( itemPanelLicense, _("License") ); in CreateControls()
474 itemPanelTips = new wxPanel( pNotebook, -1, wxDefaultPosition, wxDefaultSize, in CreateControls()
477 pNotebook->AddPage( itemPanelTips, _("Help") ); in CreateControls()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DViewNotices.cpp44 CViewNotices::CViewNotices(wxNotebook* pNotebook) : in CViewNotices() argument
45 CBOINCBaseView(pNotebook) in CViewNotices()
H A DDlgHiddenColumns.cpp149 wxNotebook* pNotebook = pFrame->GetNotebook(); in CreateCheckboxes() local
150 wxASSERT(pNotebook); in CreateCheckboxes()
165 iPageCount = (long)pNotebook->GetPageCount(); in CreateCheckboxes()
168 pwndNotebookPage = pNotebook->GetPage(iIndex); in CreateCheckboxes()
H A DBOINCBaseView.h84 wxNotebook* pNotebook
87 wxNotebook* pNotebook,
H A DViewNotices.h37 CViewNotices(wxNotebook* pNotebook);
H A DViewResources.h39 CViewResources(wxNotebook* pNotebook);
H A DViewMessages.h37 CViewMessages(wxNotebook* pNotebook);
H A DViewResources.cpp45 CViewResources::CViewResources(wxNotebook* pNotebook) : in CViewResources() argument
46 CBOINCBaseView(pNotebook) in CViewResources()
H A DViewTransfers.h55 CViewTransfers(wxNotebook* pNotebook);
H A DViewWork.h57 CViewWork(wxNotebook* pNotebook);
H A DViewProjects.h56 CViewProjects(wxNotebook* pNotebook);
H A DViewMessages.cpp62 CViewMessages::CViewMessages(wxNotebook* pNotebook) : in CViewMessages() argument
63 …CBOINCBaseView(pNotebook, ID_TASK_MESSAGESVIEW, DEFAULT_TASK_FLAGS, ID_LIST_MESSAGESVIEW, DEFAULT_… in CViewMessages()
H A DBOINCBaseView.cpp39 CBOINCBaseView::CBOINCBaseView(wxNotebook* pNotebook) : in CBOINCBaseView() argument
40 wxPanel(pNotebook, -1, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL) in CBOINCBaseView()
70 CBOINCBaseView::CBOINCBaseView(wxNotebook* pNotebook, wxWindowID iTaskWindowID, int iTaskWindowFlag… in CBOINCBaseView() argument
71 wxPanel(pNotebook, -1, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL) in CBOINCBaseView()
H A DViewStatistics.h217 CViewStatistics(wxNotebook* pNotebook);
H A DViewTransfers.cpp170 CViewTransfers::CViewTransfers(wxNotebook* pNotebook) : in CViewTransfers() argument
171 …CBOINCBaseView(pNotebook, ID_TASK_TRANSFERSVIEW, DEFAULT_TASK_FLAGS, ID_LIST_TRANSFERSVIEW, DEFAUL… in CViewTransfers()
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/terminal/src/
H A Dterminal-widget.c654 static void _hide_show_tab_button (GtkNotebook *pNotebook, int iNumPage, gboolean bShow) in _hide_show_tab_button() argument
656 GtkWidget *pPageChild = gtk_notebook_get_nth_page (pNotebook, iNumPage); in _hide_show_tab_button()
657 GtkWidget *pTabLabelWidget = gtk_notebook_get_tab_label (pNotebook, pPageChild); in _hide_show_tab_button()
672 static void on_switch_page (GtkNotebook *pNotebook, in on_switch_page() argument
677 int iCurrentNumPage = gtk_notebook_get_current_page (pNotebook); in on_switch_page()
679 _hide_show_tab_button (pNotebook, iCurrentNumPage, FALSE); in on_switch_page()
680 _hide_show_tab_button (pNotebook, iNextNumPage, TRUE); in on_switch_page()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/jsdialog/
H A Dexecutor.cxx71 auto pNotebook = dynamic_cast<weld::Notebook*>(pWidget); in ExecuteAction() local
72 if (pNotebook) in ExecuteAction()
79 pNotebook->set_current_page(page); in ExecuteAction()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dabout.h94 wxNotebook *pNotebook; variable
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DShuttleGui.cpp1031 wxNotebook * pNotebook; in StartNotebook() local
1032 mpWind = pNotebook = safenew wxNotebook(GetParent(), in StartNotebook()
1036 mpParent = pNotebook; in StartNotebook()
1037 return pNotebook; in StartNotebook()
1052 wxSimplebook * pNotebook; in StartSimplebook() local
1053 mpWind = pNotebook = safenew wxSimplebook(GetParent(), in StartSimplebook()
1057 mpParent = pNotebook; in StartSimplebook()
1058 return pNotebook; in StartSimplebook()
1074 auto pNotebook = static_cast< wxBookCtrlBase* >( mpParent ); in StartNotebookPage() local
1079 pNotebook->AddPage( in StartNotebookPage()
H A DProjectManager.cpp357 … extern void AddPages( AudacityProject * pProj, GuiFactory & Factory, wxNotebook * pNotebook );
485 AddPages(this, Factory, pNotebook); in InitProjectWindow()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Daui_notebook_ex.cpp52 wxAuiTabArtEx(wxAuiNotebookEx* pNotebook, std::shared_ptr<wxAuiTabArtExData> const& data) in wxAuiTabArtEx() argument
53 : m_pNotebook(pNotebook) in wxAuiTabArtEx()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/gtk3/
H A Dgtk3gtkinst.cxx5470 …t GtkWidget* pTabWidget = gtk_notebook_get_tab_label(pNotebook, gtk_notebook_get_nth_page(pNoteboo… in get_page_ident()
5477 gint nPages = gtk_notebook_get_n_pages(pNotebook); in get_page_number()
5480 …t GtkWidget* pTabWidget = gtk_notebook_get_tab_label(pNotebook, gtk_notebook_get_nth_page(pNoteboo… in get_page_number()
5491 int nPageNumber = get_page_number(pNotebook, rIdent); in remove_page()
5492 gtk_notebook_remove_page(pNotebook, nPageNumber); in remove_page()
5499 …const gchar* pStr = gtk_notebook_get_tab_label_text(pNotebook, gtk_notebook_get_nth_page(pNotebook in get_tab_label_text()
5522 void append_useless_page(GtkNotebook *pNotebook) in append_useless_page() argument
5530 gtk_notebook_append_page(pNotebook, pChild, pTabWidget); in append_useless_page()
5544 gtk_notebook_append_page(pNotebook, pChild, pTabWidget); in append_page()
5788 , m_pNotebook(pNotebook) in GtkInstanceNotebook()
[all …]

12