Searched refs:caption (Results 26 - 50 of 84) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmsgdlg.tex26 \param{const wxString\& }{caption = "Message box"}, \param{long }{style = wxOK \pipe wxCANCEL},\rtfsp
37 \docparam{caption}{The dialog caption.}
H A Dmltchdlg.tex27 \param{const wxString\& }{caption}, \param{int }{n}, \param{const wxString* }{choices}, \param{long }{style = wxCHOICEDLG\_STYLE},\rtfsp
31 \param{const wxString\& }{caption}, \param{const wxArrayString\& }{choices}, \param{long }{style = wxCHOICEDLG\_STYLE},\rtfsp
42 \docparam{caption}{The dialog caption.}
H A Dsngchdlg.tex28 \param{const wxString\& }{caption}, \param{int }{n}, \param{const wxString* }{choices},\rtfsp
33 \param{const wxString\& }{caption}, \param{const wxArrayString\& }{choices},\rtfsp
45 \docparam{caption}{The dialog caption.}
H A Dauitabart.tex48 \func{void}{DrawTab}{\param{wxDC\& }{dc}, \param{wxWindow* }{wnd}, \param{const wxRect\& }{in\_rect}, \param{const wxString\& }{caption}, \param{const wxBitmap\& }{bitmap}, \param{bool }{active}, \param{int }{close\_button\_state}, \param{wxRect* }{out\_tab\_rect}, \param{wxRect* }{out\_button\_rect}, \param{int* }{x\_extent}}
66 \func{wxSize}{GetTabSize}{\param{wxDC\& }{dc}, \param{wxWindow* }{wnd}, \param{const wxString\& }{caption}, \param{const wxBitmap\& }{bitmap}, \param{bool }{active}, \param{int }{close\_button\_state}, \param{int* }{x\_extent}}
68 Returns the tab size for the given caption, bitmap and state.
H A Dpassdlg.tex27 \param{const wxString\& }{caption = "Enter password"}, \param{const wxString\& }{defaultValue = ""}, \param{long }{style = wxOK \pipe wxCANCEL \pipe wxCENTRE}, \param{const wxPoint\& }{pos = wxDefaultPosition}}
H A Dtextdlg.tex26 \param{const wxString\& }{caption = "Please enter text"}, \param{const wxString\& }{defaultValue = ""}, \param{long }{style = wxOK \pipe wxCANCEL \pipe wxCENTRE}, \param{const wxPoint\& }{pos = wxDefaultPosition}}
H A Dminifram.tex22 \twocolitem{\windowstyle{wxCAPTION}}{Puts a caption on the frame.}
70 \docparam{title}{The caption to be displayed on the frame's title bar.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dmsgdlgg.cpp60 const wxString& caption,
63 : wxDialog( parent, wxID_ANY, caption, pos, wxDefaultSize, wxDEFAULT_DIALOG_STYLE )
58 wxGenericMessageDialog( wxWindow *parent, const wxString& message, const wxString& caption, long style, const wxPoint& pos) argument
H A Dnumdlgg.cpp75 const wxString& caption,
80 : wxDialog(parent, wxID_ANY, caption,
72 wxNumberEntryDialog(wxWindow *parent, const wxString& message, const wxString& prompt, const wxString& caption, long value, long min, long max, const wxPoint& pos) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/foldbar/foldpanelbar/
H A Dtest.cpp56 TestTest::TestTest( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style ) argument
58 Create(parent, id, caption, pos, size, style);
65 bool TestTest::Create( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style ) argument
74 wxDialog::Create( parent, id, caption, pos, size, style );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dmsgdlg.h51 const wxString& caption = wxMessageBoxCaptionStr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmsgdlg.cpp28 wxWindow *parent, const wxString& message, const wxString& caption,
31 m_caption = caption;
27 wxMessageDialog( wxWindow *parent, const wxString& message, const wxString& caption, long style, const wxPoint& pos ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmsgdlg.cpp26 wxMessageDialog::wxMessageDialog(wxWindow *parent, const wxString& message, const wxString& caption, argument
29 m_caption = caption;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/foldbar/
H A Dfoldpanelitem.cpp41 wxFoldPanelItem::wxFoldPanelItem( wxWindow *parent, const wxString &caption, wxImageList *icons, bool collapsedInitially, argument
54 // create the caption bar, in collapsed or expanded state
56 m_captionBar = new wxCaptionBar(this, caption, icons, wxID_ANY, style, wxPoint(0,0));
130 // we get the parent size, and determine the size for the caption and the panel
144 // of the controls have to be correct in respect to the caption bar
200 // resize caption bar
H A Dfoldpanelbar.cpp111 wxFoldPanel wxFoldPanelBar::AddFoldPanel(const wxString &caption, bool collapsedInitially, const wxCaptionBarStyle &style) argument
115 // create a fold panel item, which is first only the caption.
119 wxFoldPanelItem *item = new wxFoldPanelItem(m_foldPanel, caption, m_images, collapsedInitially, style);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextstyledlg.h86 wxRichTextStyleOrganiserDialog( int flags, wxRichTextStyleSheet* sheet, wxRichTextCtrl* ctrl, wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& caption = SYMBOL_WXRICHTEXTSTYLEORGANISERDIALOG_TITLE, const wxPoint& pos = SYMBOL_WXRICHTEXTSTYLEORGANISERDIALOG_POSITION, const wxSize& size = SYMBOL_WXRICHTEXTSTYLEORGANISERDIALOG_SIZE, long style = SYMBOL_WXRICHTEXTSTYLEORGANISERDIALOG_STYLE );
89 bool Create( int flags, wxRichTextStyleSheet* sheet, wxRichTextCtrl* ctrl, wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& caption = SYMBOL_WXRICHTEXTSTYLEORGANISERDIALOG_TITLE, const wxPoint& pos = SYMBOL_WXRICHTEXTSTYLEORGANISERDIALOG_POSITION, const wxSize& size = SYMBOL_WXRICHTEXTSTYLEORGANISERDIALOG_SIZE, long style = SYMBOL_WXRICHTEXTSTYLEORGANISERDIALOG_STYLE );
H A Drichtextsymboldlg.h64 wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& caption = SYMBOL_WXSYMBOLPICKERDIALOG_TITLE, const wxPoint& pos = SYMBOL_WXSYMBOLPICKERDIALOG_POSITION, const wxSize& size = SYMBOL_WXSYMBOLPICKERDIALOG_SIZE, long style = SYMBOL_WXSYMBOLPICKERDIALOG_STYLE );
68 wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& caption = SYMBOL_WXSYMBOLPICKERDIALOG_TITLE, const wxPoint& pos = SYMBOL_WXSYMBOLPICKERDIALOG_POSITION, const wxSize& size = SYMBOL_WXSYMBOLPICKERDIALOG_SIZE, long style = SYMBOL_WXSYMBOLPICKERDIALOG_STYLE );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfontdlg.h113 const wxFont& fontInit = wxNullFont, const wxString& caption = wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dutilscmn.cpp1202 int wxMessageBox(const wxString& message, const wxString& caption, long style, argument
1212 wxMessageDialog dialog(parent, message, caption, decorated_style);
1236 wxString wxGetTextFromUser(const wxString& message, const wxString& caption, argument
1248 wxTextEntryDialog dialog(parent, message, caption, defaultValue, style, wxPoint(x, y));
1259 const wxString& caption,
1272 wxPasswordEntryDialog dialog(parent, message, caption, defaultValue,
1286 wxColour wxGetColourFromUser(wxWindow *parent, const wxColour& colInit, const wxString& caption) argument
1297 if (!caption.empty())
1298 dialog.SetTitle(caption);
1312 wxFont wxGetFontFromUser(wxWindow *parent, const wxFont& fontInit, const wxString& caption) argument
1258 wxGetPasswordFromUser(const wxString& message, const wxString& caption, const wxString& defaultValue, wxWindow *parent, wxCoord x, wxCoord y, bool centre ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibook.cpp451 // caption - tab's caption
469 // if the caption is empty, measure some temporary text
470 wxString caption = page.caption; local
471 if (caption.empty())
472 caption = wxT("Xj");
475 dc.GetTextExtent(caption, &selected_textx, &selected_texty);
478 dc.GetTextExtent(caption, &normal_textx, &normal_texty);
483 page.caption,
748 GetTabSize(wxDC& dc, wxWindow* WXUNUSED(wnd), const wxString& caption, const wxBitmap& bitmap, bool WXUNUSED(active), int close_button_state, int* x_extent) argument
870 wxString caption = page.caption; local
1089 wxString caption = page.caption; local
1232 GetTabSize(wxDC& dc, wxWindow* WXUNUSED(wnd), const wxString& caption, const wxBitmap& WXUNUSED(bitmap), bool WXUNUSED(active), int close_button_state, int* x_extent) argument
3207 AddPage(wxWindow* page, const wxString& caption, bool select, const wxBitmap& bitmap) argument
3215 InsertPage(size_t page_idx, wxWindow* page, const wxString& caption, bool select, const wxBitmap& bitmap) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dauibook.h109 wxString caption; // caption displayed on the tab member in class:wxAuiNotebookPage
179 const wxString& caption,
244 const wxString& caption,
329 const wxString& caption,
529 const wxString& caption,
535 const wxString& caption,
H A Dframemanager.h175 caption = c.caption;
196 caption = c.caption;
258 wxAuiPaneInfo& Caption(const wxString& c) { caption = c; return *this; }
399 wxString caption; // caption displayed on the window member in class:wxAuiPaneInfo
462 const wxString& caption = wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dmsgdlg.cpp103 const wxString& caption,
107 m_caption = caption;
101 wxMessageDialog(wxWindow *parent, const wxString& message, const wxString& caption, long style, const wxPoint& WXUNUSED(pos)) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dfoldpanelbar.h164 wxFoldPanel AddFoldPanel(const wxString &caption, bool collapsedInitially = false,
188 // add a foldpanel to the control. "Test me" is the caption and it is initially not collapsed.
255 /** Sets the style of the caption bar (called wxCaptionBar) of the wxFoldPanel. The changes are applied immediately.
264 /** Sets the style of all the caption bars of the wxFoldPanel. The changes are applied immediately */
273 /** Returns the currently used caption style for the wxFoldPanel. It is returned as a wxCaptionBarStyle class.
H A Dfoldpanelitem.h183 wxFoldPanelItem( wxWindow *parent, const wxString &caption, wxImageList *icons = 0, bool collapsedInitially = false,
238 // returns space of caption only. This is for folding calulation

Completed in 240 milliseconds

1234