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

Lines Matching refs:caption

31     /** Specifies the bars as gradient vertical filled caption bars going from top to bottom. The gradient
48 where the caption is displayed). It can either be applied at creation time be reapplied when styles need to
121 /** Set font for the caption bar. If this is not set, the font property is undefined
128 /** Checks if the caption bar font is set */
133 /** Returns the font for the caption bar. Please be warned this will result in an assertion failure when
143 /** Set first colour for the caption bar. If this is not set, the colour property is
151 /** Checks if the first colour of the caption bar is set */
156 /** Returns the first colour for the caption bar. Please be warned this will
166 /** Set second colour for the caption bar. If this is not set, the colour property is undefined and
173 /** Checks if the second colour of the caption bar is set */
178 /** Returns the second colour for the caption bar. Please be warned this will result in
188 /** Set caption colour for the caption bar. If this is not set, the colour property is
195 /** Checks if the caption colour of the caption bar is set */
200 /** Returns the caption colour for the caption bar. Please be warned this will
210 /** Set caption style for the caption bar. If this is not set, the property is
215 - wxCAPTIONBAR_SINGLE: Draws a single filled rectangle to draw the caption
216 - wxCAPTIONBAR_RECTANGLE: Draws a single colour with a rectangle around the caption
224 /** Checks if the caption style of the caption bar is set */
229 /** Returns the caption style for the caption bar. Please be warned this will
241 This class is a graphical caption component that consists of a caption and a clickable arrow.
266 /** True when the caption is in collapsed state (means at the bottom of the wxFoldPanel */
271 /** Fills the background of the caption with either a gradient, or a solid color */
288 wxCaptionBar(wxWindow* parent, const wxString &caption, wxImageList *images,
312 The reason why it will be assigned a pointer is that it is very likely that multiple caption bars will
357 caption string */