Searched refs:editor (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgridedit.tex8 The editor for boolean data.
50 the cell using this editor. By default, the default values of the arguments are
57 The editor for string data allowing to choose from a list of strings.
176 If the editor is enabled by pressing keys on the grid,
177 this will be called to let the editor do something about
184 If the editor is enabled by clicking on the cell, this method will be
215 The editor for floating point numbers data.
254 The editor for numeric integer data.
294 If the return value is true, the editor uses a wxSpinCtrl to get user input,
307 The editor fo
[all...]
H A Dgridattr.tex97 \func{void}{SetEditor}{\param{wxGridCellEditor* }{editor}}
H A Dgridevt.tex17 \twocolitem{{\bf EVT\_GRID\_EDITOR\_CREATED(func)}}{The editor for a cell was created. Processes a wxEVT\_GRID\_EDITOR\_CREATED.}
18 \twocolitem{{\bf EVT\_GRID\_CMD\_EDITOR\_CREATED(id, func)}}{The editor for a cell was created; variant taking a window identifier. Processes a wxEVT\_GRID\_EDITOR\_CREATED.}
H A Dbitmapcombobox.tex33 editor. On some platforms the control may appear very different when this
H A Dtscroll.tex22 not so suitable for a sophisticated editor in which the amount scrolled may vary according
H A Dgrid.tex80 \twocolitem{{\bf EVT\_GRID\_EDITOR\_CREATED(func)}}{The editor for a cell was created. Processes a wxEVT\_GRID\_EDITOR\_CREATED.}
81 \twocolitem{{\bf EVT\_GRID\_CMD\_EDITOR\_CREATED(id, func)}}{The editor for a cell was created; variant taking a window identifier. Processes a wxEVT\_GRID\_EDITOR\_CREATED.}
564 Returns a pointer to the editor for the cell at the specified location.
758 Returns a pointer to the current default grid cell editor.
1384 \func{void}{RegisterDataType}{\param{const wxString\& }{typeName}, \param{wxGridCellRenderer* }{renderer}, \param{wxGridCellEditor* }{editor}}
1470 \func{void}{SetCellEditor}{\param{int }{row}, \param{int }{col}, \param{wxGridCellEditor* }{editor}}
1472 Sets the editor for the grid cell at the specified location.
1703 \func{void}{SetDefaultEditor}{\param{wxGridCellEditor* }{editor}}
1705 Sets the default editor for grid cells. The grid will take ownership of the pointer.
H A Drichtextoverview.tex28 wxRichTextCtrl provides a generic implementation of a rich text editor that can handle different character
29 styles, paragraph formatting, and images. It's aimed at editing 'natural' language text - if you need an editor
H A Dtxrc.tex53 \item use \urlref{DialogBlocks}{http://www.anthemion.co.uk/dialogblocks}, a commercial dialog editor;
55 dialog editor that you can find in the {\tt wxPython/tools} subdirectory of the wxWidgets
H A Dporting.tex37 the dialog editor. The future dialog editor will be able to translate
H A Devthand.tex356 when implementing a dialog editor and changing from edit to test mode.
H A Dtdocview.tex65 or a command history editor.
H A Dvariant.tex31 This class is useful for reducing the programming for certain tasks, such as an editor
H A Dtevent.tex279 behaviour of the GUI. For example, you might want to invoke a dialog editor
H A Dbody.tex567 STC is a wrapper around Scintilla, a syntax-highlighting text editor.
H A Dprint.tex1085 factor.) Use this if you want WYSIWYG behavior, e.g., in a text editor.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgridctrl.cpp219 // A cell editor which displays an enum number as a textual equivalent. eg
234 wxGridCellEnumEditor *editor = new wxGridCellEnumEditor(); local
235 editor->m_startint = m_startint;
236 return editor;
H A Dgrid.cpp285 wxGridCellEditorEvtHandler(wxGrid* grid, wxGridCellEditor* editor) argument
287 m_editor(editor),
377 wxGridCellEditor* editor)
378 : m_typeName(typeName), m_renderer(renderer), m_editor(editor)
407 wxGridCellEditor* editor);
631 // editor.
1441 wxFAIL_MSG( _T("invalid value for a cell with bool editor!") );
1570 wxGridCellChoiceEditor *editor = new wxGridCellChoiceEditor; local
1571 editor->m_allowOthers = m_allowOthers;
1572 editor
375 wxGridDataTypeInfo(const wxString& typeName, wxGridCellRenderer* renderer, wxGridCellEditor* editor) argument
2624 wxGridCellEditor *editor = NULL; local
3057 RegisterDataType(const wxString& typeName, wxGridCellRenderer* renderer, wxGridCellEditor* editor) argument
3169 wxGridCellEditor *editor = GetEditor(index); local
3200 wxGridCellEditor* editor = m_typeinfo[index]->m_editor; local
4776 wxGridCellEditor* editor = attr->GetEditor(this, r, c); local
6317 wxGridCellEditor *editor = attr->GetEditor(this, coords.GetRow(), coords.GetCol()); local
7305 wxGridCellEditor *editor = attr->GetEditor(this, row, col); local
7766 wxGridCellEditor *editor = attr->GetEditor(this, row, col); local
8510 wxGridCellEditor* editor = attr->GetEditor((wxGrid*) this, row, col); local
8578 wxGridCellEditor* editor = attr->GetEditor(this, row, col); local
8673 wxGridCellEditor *editor = attr->GetEditor(this, row, col); local
8712 wxGridCellEditor* editor = attr->GetEditor(this, row, col); local
9977 SetDefaultEditor(wxGridCellEditor *editor) argument
10089 wxGridCellEditor* editor = attr->GetEditor(this, row, col); local
10418 SetCellEditor(int row, int col, wxGridCellEditor* editor) argument
10442 RegisterDataType(const wxString& typeName, wxGridCellRenderer* renderer, wxGridCellEditor* editor) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2any.h443 wxChar *editor; member in class:BibEntry
464 editor = NULL;
H A Dtexutils.cpp847 else if (StringMatch(recordField, _T("editor"), false, true) || StringMatch(recordField, _T("editors"), false, true))
848 bibEntry->editor= copystring(fieldValue);
987 if (bib->editor)
990 TexOutput(bib->editor);
1033 if (bib->editor)
1036 TexOutput(bib->editor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h339 // If the editor is enabled by pressing keys on the grid, this will be
340 // called to let the editor do something about that first key if desired
343 // if the editor is enabled by clicking on the cell, this method will be
386 // the editor for string/text data
430 // the editor for numeric (long) data
486 // the editor for floating point numbers (double) data
525 // the editor for boolean data
577 // the editor for string data allowing to choose from the list of strings
691 void SetEditor(wxGridCellEditor* editor) argument
692 { wxSafeDecRef(m_editor); m_editor = editor; }
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dgenerate_vax_transfer.com205 $! Force the mode of the file to same as text editor generated.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jar ... jfree/chart/block/ org/jfree/chart/demo/ org/jfree/chart/editor/ org/jfree/chart/encoders/ org/jfree/chart/entity/ org/jfree ...
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/
H A Dconfigure1345 EMACS the Emacs editor command

Completed in 160 milliseconds

12