Home
last modified time | relevance | path

Searched refs:IDLabel (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Droadmap.cxx44 class IDLabel : public FixedText class
47 IDLabel( vcl::Window* _pParent, WinBits _nWinStyle );
57 VclPtr<IDLabel> mpID;
675 mpID = VclPtr<IDLabel>::Create( &_rParent, WB_WORDBREAK ); in RoadmapItem()
811 IDLabel::IDLabel(vcl::Window* _pParent, WinBits _nWinStyle) in IDLabel() function in vcl::IDLabel
816 void IDLabel::ApplySettings(vcl::RenderContext& rRenderContext) in ApplySettings()
827 void IDLabel::DataChanged(const DataChangedEvent& rDCEvt) in DataChanged()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Droadmap.cxx41 class IDLabel : public FixedText class
44 IDLabel( vcl::Window* _pParent, WinBits _nWinStyle );
52 VclPtr<IDLabel> mpID;
669 mpID = VclPtr<IDLabel>::Create( &_rParent, WB_WORDBREAK ); in RoadmapItem()
805 IDLabel::IDLabel(vcl::Window* _pParent, WinBits _nWinStyle) in IDLabel() function in vcl::IDLabel
810 void IDLabel::ApplySettings(vcl::RenderContext& rRenderContext) in ApplySettings()
821 void IDLabel::DataChanged(const DataChangedEvent& rDCEvt) in DataChanged()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/smyrna/
H A Dtvnodes.h71 GtkLabel *IDLabel; member
/dports/x11/editres/editres-1.0.7/
H A Dactions.c59 { "id", (int) IDLabel },
H A DeditresP.h85 typedef enum {ClassLabel, NameLabel, IDLabel, WindowLabel, enumerator
H A Dwtree.c413 case IDLabel: in _TreeRelabelNode()
H A Dwidgets.c353 { "showWidgetIDs", LABEL, (XtPointer) IDLabel}, in CreateTreeCommandMenu()