Searched refs:collapsed (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcollpane.h60 wxCollapsiblePaneEvent(wxObject *generator, int id, bool collapsed) argument
62 m_bCollapsed(collapsed)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/foldbar/
H A Dfoldpanelbar.cpp276 // put all non collapsed panels at the bottom where there is space, else
313 int expanded = 0, collapsed = 0, offset; local
314 GetPanelsLength(collapsed, expanded);
319 if(((vertical ? GetSize().GetHeight() : GetSize().GetWidth()) - expanded - collapsed) < 0)
341 offset = (vertical ? GetSize().GetHeight() : GetSize().GetWidth()) - collapsed;
355 int wxFoldPanelBar::GetPanelsLength(int &collapsed, int &expanded) argument
369 collapsed += offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcollpane.tex211 \func{}{wxCollapsiblePaneEvent}{\param{wxObject *}{ generator}, \param{int}{ id}, \param{bool}{ collapsed}}
220 Returns \true if the pane has been collapsed.
225 \func{void}{SetCollapsed}{\param{bool}{ collapsed}}
227 Sets this as a collapsed pane event (if \arg{collapsed} is \true) or as an expanded
228 pane event (if \arg{collapsed} is \false).
H A Dtreebookevent.tex19 is collapsed/expanded. The page index could be retreived by calling
H A Dttreectl.tex6 own (optional) icon and a label. An item may be either collapsed (meaning that
22 not, bold or not. It may also be expanded or collapsed. All these attributes
57 collapsed or because it is scrolled out of view). Child enumeration functions
H A Dmltchdlg.tex66 \pythonnote{For Python the two parameters {\tt n} and {\tt choices} are collapsed
H A Dsngchdlg.tex72 \pythonnote{For Python the two parameters {\tt n} and {\tt choices} are collapsed
H A Dtreeevt.tex33 \twocolitem{{\bf EVT\_TREE\_ITEM\_COLLAPSED(id, func)}}{The item has been collapsed.}
34 \twocolitem{{\bf EVT\_TREE\_ITEM\_COLLAPSING(id, func)}}{The item is being collapsed. This can be prevented by calling \helpref{Veto()}{wxnotifyeventveto}.}
H A Dtreebook.tex186 is under the collapsed branch, then its parent is autoselected).
246 Gets the pagePos page state -- whether it is expanded or collapsed
H A Dlistbox.tex198 \pythonnote{The first two parameters are collapsed into a single
H A Dtreectrl.tex92 \twocolitem{{\bf EVT\_TREE\_ITEM\_COLLAPSED(id, func)}}{The item has been collapsed.}
93 \twocolitem{{\bf EVT\_TREE\_ITEM\_COLLAPSING(id, func)}}{The item is being collapsed. This can be prevented by calling \helpref{Veto()}{wxnotifyeventveto}.}
529 item is expanded and the normal image is shown when it is collapsed)
1022 Toggles the given item between collapsed and expanded states.
H A Drenderer.tex194 Draw the expanded/collapsed icon for a tree control item. To draw an expanded
H A Drichtextbuffer.tex491 Gets the collapsed command.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dfoldpanelbar.h93 The wxFoldPanelBar is a class which can maintain a list of collapsable panels. Once a panel is collapsed, only
101 the panels by doubleclicking on the bar or single click on the arrow, which will indicate the collapsed or
127 /** Returns the length of the panels that are expanded and collapsed. This is useful to determine
129 the collapsed panels. */
130 int GetPanelsLength(int &collapsed, int &expanded);
132 /** Reposition all the collapsed panels to the bottom. When it is not possible to
144 - wxFPB_COLLAPSE_TO_BOTTOM : When panels are collapsed, they are put at the bottom of the area. */
159 is collapsed initially. The wxFoldPanel item which is returned, can be used as a reference to
188 // add a foldpanel to the control. "Test me" is the caption and it is initially not collapsed.
237 style, all collapsed caption
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dcq.c192 unsigned vector, int collapsed)
233 cq_context->flags = cpu_to_be32(!!collapsed << 18);
190 mlx4_cq_alloc(struct mlx4_dev *dev, int nent, struct mlx4_mtt *mtt, struct mlx4_uar *uar, u64 db_rec, struct mlx4_cq *cq, unsigned vector, int collapsed) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mlx4/
H A Ddevice.h446 unsigned vector, int collapsed);

Completed in 169 milliseconds