• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:and

15 lines and painting the outline of rectangles, ellipses, etc. It has a
16 colour, a width and a style.
52 define global pointers to objects and create them in {\it OnInit} or
56 characteristics, and there is the consequent danger that a large number
59 wxThePenList}, and calling the member function {\bf FindOrCreatePen}.
62 This class uses \helpref{reference counting and copy-on-write}{trefcount}
80 Default constructor. The pen will be uninitialised, and \helpref{wxPen:IsOk}{wxpenisok} will
85 Constructs a pen from a colour object, pen width and style.
89 Constructs a pen from a colour name, pen width and style.
93 Constructs a stippled pen from a stipple bitmap and a width.
120 \twocolitem{{\bf wxDOT\_DASH}}{Dot and dash style.}
133 Different versions of Windows and different versions of other platforms
135 similarity even between Windows95 and Windows98 - so handle with care.
165 application data structure, and there is a risk of double deletion.
171 Returns the pen cap style, which may be one of {\bf wxCAP\_ROUND}, {\bf wxCAP\_PROJECTING} and
204 Returns the pen join style, which may be one of {\bf wxJOIN\_BEVEL}, {\bf wxJOIN\_ROUND} and
251 Sets the pen cap style, which may be one of {\bf wxCAP\_ROUND}, {\bf wxCAP\_PROJECTING} and
290 Sets the pen join style, which may be one of {\bf wxJOIN\_BEVEL}, {\bf wxJOIN\_ROUND} and
351 type and create it if not already found. In some windowing systems,
354 be deleted and their resources freed, eliminating the possibility of
364 it for you. For example, you can set a pen in a device context, and then
367 So you may find it easier to ignore the pen list, and instead create
368 and copy pens as you see fit. If your Windows resource meter suggests
393 Finds a pen with the specified attributes and returns it, else creates a new pen, adds it
394 to the pen list, and returns it.
398 Finds a pen with the specified attributes and returns it, else creates a new pen, adds it
399 to the pen list, and returns it.