Searched refs:You (Results 76 - 100 of 604) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmanual2e.tex132 You should have received a copy of the GNU Library General Public Licence
183 other libraries whose authors decide to use it. You can use it for
200 you. You must make sure that they, too, receive or can get the source
301 1. You may copy and distribute verbatim copies of the Library's
309 You may charge a fee for the physical act of transferring a copy,
313 2. You may modify your copy or copies of the Library or any portion
321 b) You must cause the files modified to carry prominent notices
324 c) You must cause the whole of the work to be licensed at no
364 3. You may opt to apply the terms of the ordinary GNU General Public
380 4. You ma
[all...]
H A Dscrolbar.tex166 Sets the object length for the scrollbar. This is the total object size (virtual size). You must
179 You will need to call {\bf SetViewLength} and {\bf SetObjectLength} whenever there
252 You would use:
266 You can determine how many lines are currently visible by dividing the current view
270 the scrollbar settings when the window size changes. You could therefore put your
H A Dwxmsw.tex71 of listboxes where appropriate. You also need to reduce
90 You can test the return value of wxSystemSettings::GetScreenType()
94 You can also use wxGetOsVersion to test for a version of Windows CE at
149 You won't get a wxCloseEvent when the user clicks on the X in the titlebar
164 under Smartphone and PocketPC. You should first register each required button with \helpref{wxWindow::RegisterHotKey}{wxwindowregisterhotkey},
172 You may have to register the buttons in a wxEVT\_ACTIVATE event handler
181 not repeat an OK button on the dialog. You can add a Cancel button if necessary, but some dialogs
189 using one of the two menu buttons. You need to assign these using \helpref{wxTopLevelWindow::SetLeftMenu}{wxtoplevelwindowsetleftmenu}
205 to eliminate spurious borders. You can do this by using a negative spacing in your
230 \item You mus
[all...]
H A Drichtextoverview.tex58 with non-native text input implementation. You might mitigate this by providing
214 You need to include {\tt <wx/richtext/richtextctrl.h>} in your source, and link
272 \item You might set the {\bf basic style} to have a Times Roman font in 12 point,
274 \item You might set the {\bf paragraph style} (for one particular paragraph) to
276 \item You might set the {\bf character style} of one particular word to bold.
277 \item You might set the {\bf default style} to be underlined, for subsequent
312 You can reapply a style sheet to the contents of the control, by calling \helpref{wxRichTextCtrl::ApplyStyleSheet}{wxrichtextctrlapplystylesheet}.
326 You can select which pages will be shown by supplying flags to the dialog constructor.
331 You can customize this dialog by providing your own wxRichTextFormattingDialogFactory
H A Dbody.tex81 \item You get the source.
181 You can also buy a CD-ROM using the form on the Web site.
305 generate the necessary makefiles. You should also use this method when
396 where wxInt32 stands for a 32-bit signed integer type etc. You can also check
521 You can find it in {\tt samples/html/helpview}.
528 You can find it under {\tt utils/tex2rtf}.
542 You can find this in {\tt src/xrc}, {\tt include/wx/xrc}, {\tt samples/xrc}.
547 You can find this in {\tt contrib/src/ogl}, {\tt contrib/include/wx/ogl}, and {\tt contrib/samples/ogl}.
550 You can find this in {\tt contrib/src/fl}, {\tt contrib/include/wx/fl}, and {\tt contrib/samples/fl}.
554 You ca
[all...]
H A Dtprint.tex141 may vary from platform to platform). You provide an object of type
151 configure the wxPrinterDC or wxPostScriptDC (e.g., size, orientation, etc.). You
166 to specify the orientation, paper size, and related settings. You provide it
172 that allow you to change the page margins. You can use the Mac-specific class
184 You will typically create a global instance of each of a wxPrintData and
212 libraries are present. You need to configure wxWidgets with the
H A Dcloseevt.tex10 You should check whether the application is forcing the deletion of the window
105 You can only veto a shutdown if \helpref{wxCloseEvent::CanVeto}{wxcloseeventcanveto} returns
H A Dcustdobj.tex97 \pythonnote{This method expects a string in wxPython. You can pass
108 \pythonnote{This method expects a string in wxPython. You can pass
H A Dfs.tex20 of virtual file systems mechanism. You can derive your own handler and pass it to
21 the VFS mechanism. You can derive your own handler and pass it to
H A Dhtdcrend.tex8 This class can render HTML document into a specified area of a DC. You can use it
53 (You can freely change height.)
H A Drichtextliststyledefinition.tex9 You can apply a list style to one or more paragraphs using \helpref{wxRichTextCtrl::SetListStyle}{wxrichtextctrlsetliststyle}. You
H A Dtruntime.tex76 You can get the wxClassInfo for a class by using the CLASSINFO macro, e.g. CLASSINFO(wxFrame).
77 You can get the wxClassInfo for an object using wxObject::GetClassInfo.
H A Dtstream.tex70 // You can also inline all like this.
75 // You can also get the last number of bytes REALLY put into the buffer.
H A Dttips.tex35 You will probably want to save somewhere the index of the tip last
48 You can easily add runtime-translation capacity by placing each line of the
H A Durl.tex89 Creates a new input stream on the specified URL. You can use all but seek
111 Returns the initialized stream. You will have to delete it yourself.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndbase.tex107 buffer ready to be read. You know that you can read a buffer of the size
141 use it carefully when you need to intensively refresh the GUI. You may be
166 use it carefully. You may be interested by sound events: see
219 approaching format and setups it. You can check the format which it applied
240 useful to avoid hard inheritance. You can install only one callback per event.
252 You cannot specify several flags at the same time. Starting the production
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djmemmac.c34 * and the FSSpec calls. You will need to replace FindFolder with some
58 You forgot to define USE_MAC_MEMMGR in jconfig.h. /* deliberate syntax error */
148 * jpeg_mem_available is less than the total space needed. You can dispense
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Dogledit.cpp24 #error You must set wxUSE_DOC_VIEW_ARCHITECTURE to 1 in wx_setup.h!
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dmkhelp.pl15 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
147 to $gzipped bytes. You can disable the use of compressed help
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/joytest/
H A Djoytest.cpp24 # error You must set wxUSE_JOYSTICK to 1 in setup.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/
H A Damule_build_install.sh137 echo "You don't appear to have write permissions to ${PREFIX}."
138 echo "You must fix that before continuing."
276 echo You should run aMule like this:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/printing/
H A Dadd_netatalk_printer88 echo "I don't see that printer on the network. You may have entered an incorrect"
90 echo "[You should only enter the printer name, not the :LaserWriter portion]"
182 echo "You're running SunOS 5.6 or higher... skipping 'sacadm' and 'pmadm'"
187 echo "(You will need to share this printer with other machines)"
230 echo "Humm... You need a Netatalk printer filter..."
250 echo "Humm... You need a Reverse Netatalk printer filter..."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-pwdump-accounts20 # You should have received a copy of the GNU General Public License
211 You don't have to specify -a in this string.
216 You don't have to specify -w in this string.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dgen-rc18 # You should have received a copy of the GNU Lesser General Public License
84 * You should have received a copy of the GNU Lesser General Public
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djmemmac.c34 * and the FSSpec calls. You will need to replace FindFolder with some
58 You forgot to define USE_MAC_MEMMGR in jconfig.h. /* deliberate syntax error */
148 * jpeg_mem_available is less than the total space needed. You can dispense

Completed in 281 milliseconds

1234567891011>>