Searched refs:can (Results 126 - 150 of 1151) 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 Dhttaghnd.tex28 it can't be accessed by user but can be accessed from derived classes.
H A Dscreendc.tex3 A wxScreenDC can be used to paint on the screen.
42 By using the second form, an application can specify an area of the screen
H A Dscrlwevt.tex17 functions that take a wxScrollWinEvent argument. You can use the EVT\_SCROLLWIN... macros
59 Note that this field can't be used for the other events, you need to query
H A Dsysopt.tex4 applications can use to alter behaviour at run-time. It can be
16 This can cut down loading time when loading an XRC file at startup, for example.}
19 earlier than 2.5.4, and for some complex window hierarchies it can reduce apparent refresh delays. You may
44 In some circumstances the MaskBlt function can be slower than using the fallback code, especially if using
51 earlier than 2.5.4, and for some complex window hierarchies it can reduce apparent refresh delays. You may
84 a window. You can also use the symbol wxMAC\_WINDOW\_PLAIN\_TRANSITION.}
181 value. This is mostly useful for boolean options for which you can't use
H A Dtcommdlg.tex16 the generic classes and functions can stand in. For example, under MS Windows, wxColourDialog
19 on non-MS Windows platforms. However, under MS Windows, the generic dialog can also be
34 palette of 16 `custom colours' which can be set by the application if
194 This dialog shows a message, plus buttons that can be chosen from OK, Cancel, Yes, and No.
195 Under Windows, an optional icon can be shown, such as an exclamation mark or question mark.
204 This dialog shows a list of choices, plus OK and (optionally) Cancel. The user can
205 select one of them. The selection can be obtained from the dialog as an index,
212 This dialog shows a list of choices, plus OK and (optionally) Cancel. The user can
H A Dtconstr.tex7 Objects of class wxLayoutConstraint can be associated with a window to define
38 function which evaluates constraints. To call it you can either call
54 To avoid the need for these rather awkward calculations, the user can create
58 the user can achieve quite complex layout by defining relationships between windows.
60 In wxWidgets, each window can be constrained relative to either its {\it
65 constraints can ripple upwards and can eventually change the frame
91 constraints as possible can be calculated during the first iteration. For example, if
H A Dtipprov.tex47 to translate. You can optionally override this in your custom user-derived class
48 to optionally to modify the tip as soon as it is read. You can return any
H A Dcheckbox.tex5 is set) it can have a third state, called the mixed or undetermined state.
26 \twocolitem{\windowstyle{wxCHK\_ALLOW\_3RD\_STATE\_FOR\_USER}}{By default a user can't set a 3-state checkbox
27 to the third state. It can only be done from code. Using this flags allows the user to set the checkbox to the third state by clicking. }
124 Returns whether or not the user can set the checkbox to the third state.
128 Returns \true if the user can set the third state of this checkbox, \false if it can only be set
H A Dhworld.tex5 and basic principles can be made, you can now look at wxWidgets'
8 You have to include wxWidgets' header files, of course. This can
34 By overriding wxApp's OnInit() the program can be initialized,
85 The origin of the event can still be distinguished in the event handler as
107 and a position and start-up size. One frame can also be declared to be the
H A Dtreeevt.tex25 \twocolitem{{\bf EVT\_TREE\_BEGIN\_LABEL\_EDIT(id, func)}}{Begin editing a label. This can be prevented by calling \helpref{Veto()}{wxnotifyeventveto}.}
27 \twocolitem{{\bf EVT\_TREE\_END\_LABEL\_EDIT(id, func)}}{The user has finished editing a label. This can be prevented by calling \helpref{Veto()}{wxnotifyeventveto}.}
34 \twocolitem{{\bf EVT\_TREE\_ITEM\_COLLAPSING(id, func)}}{The item is being collapsed. This can be prevented by calling \helpref{Veto()}{wxnotifyeventveto}.}
36 \twocolitem{{\bf EVT\_TREE\_ITEM\_EXPANDING(id, func)}}{The item is being expanded. This can be prevented by calling \helpref{Veto()}{wxnotifyeventveto}.}
41 \twocolitem{{\bf EVT\_TREE\_SEL\_CHANGING(id, func)}}{Selection is changing. This can be prevented by calling \helpref{Veto()}{wxnotifyeventveto}.}
106 window (so that you can pass it directly to e.g. \helpref{wxWindow::PopupMenu}{wxwindowpopupmenu}).
H A Dtscroll.tex25 that implements its own scrolling, largely because columns and rows can vary in size.
62 The window is sized so that you can only see 16 lines at a time.
72 Note that with the window at this size, the thumb position can never go
75 You can determine how many lines are currently visible by dividing the current view
81 call into a function named AdjustScrollbars, which can be called initially and also
86 %can physically scroll through - in our example above, it would be 34. But it is easier
H A Dwxmsw.tex19 wxMSW can be compile with a great variety of compilers
29 Starting with wxWidgets 2.8.5, you can specify the wxBORDER\_THEME style to have wxWidgets
46 what style should be passed, you can use (on Windows only) the function wxWindow::GetThemedBorderStyle()
72 the amount of spacing used by sizers, for which you can
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
181 not repeat an OK button on the dialog. You can add a Cancel button if necessary, but some dialogs
205 to eliminate spurious borders. You can do this by using a negative spacing in your
225 but you can use essentially the usual wxWidgets API; wxWidgets will combine the menubar
232 to implement the combined toolbar and menubar. Otherwise, you can creat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/mscan/
H A Dmpc5xxx_can.c9 * This program is free software; you can redistribute it and/or modify
28 #include <linux/can/dev.h>
65 * (IP_CLK) can be selected as MSCAN clock source. According to
68 * by default. Unfortunately, it can not be selected for the old
86 dev_err(&ofdev->dev, "can't get clock node!\n");
163 * can be selected: "ip", "ref" or "sys". For the latter two, a
164 * clock divider can be defined as well. If the clock source is
287 priv->can.clock.freq = data->get_clock(ofdev, clock_name,
289 if (!priv->can.clock.freq) {
306 priv->reg_base, dev->irq, priv->can
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dmn10300-watchdog-low.S8 # This program is free software; you can redistribute it and/or
49 # we can't inline it)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Ddvd2concat7 # FFmpeg is free software; you can redistribute it and/or
32 The resulting script can be used to play the DVD using B<ffplay>, to
39 I<file.concat> is the output file. It can be used a input to ffmpeg.
H A Dmake_chlayout_test7 # FFmpeg is free software; you can redistribute it and/or
33 channels clearly identified by their name. The resulting file can be used to
42 Note that some output codecs or formats can not handle arbitrary channel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/build-aux/
H A Duseless-if-before-free15 # This program is free software: you can redistribute it and/or modify
128 or (warn "$ME: can't open `$file' for reading: $!\n"),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dbitops_32.h18 #error only <linux/bitops.h> can be included directly
H A Dbitops_64.h11 #error only <linux/bitops.h> can be included directly
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dbitops.h7 #error only <linux/bitops.h> can be included directly
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dbitops.h4 * Atomic operations that C can't guarantee us.Useful for resource counting etc.
19 #error only <linux/bitops.h> can be included directly
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.pm86 This library is free software; you can redistribute it and/or modify
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dvideodsp_armv5te.S7 @ FFmpeg is free software; you can redistribute it and/or
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-mxc/include/mach/
H A Ddevices-common.h5 * This program is free software; you can redistribute it and/or modify it under
18 #include <linux/can/platform/flexcan.h>
24 /* the ifdef can be removed once the flexcan driver has been merged */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/apps/
H A Dgeoipupdate-pureperl.pl9 * This library is free software; you can redistribute it and/or
28 pure perl version of geoipupdate. can handle anything, that
34 pp version able to handle proxy requests even with authentication and can be used with

Completed in 161 milliseconds

1234567891011>>