Home
last modified time | relevance | path

Searched refs:DrawButtonText (Results 1 – 22 of 22) sorted by relevance

/dports/editors/lazarus/lazarus/components/virtualtreeview/
H A Dlclfunctions.inc9 …awTextW, ShortenString, TVirtualTreeColumn.ComputeHeaderLayout, TVirtualTreeColumns.DrawButtonText,
H A DVirtualTrees.pas1095 …procedure DrawButtonText(DC: HDC; Caption: String; Bounds: TRect; Enabled, Hot: Boolean; DrawForma… procedure
8048 procedure TVirtualTreeColumns.DrawButtonText(DC: HDC; Caption: String; Bounds: TRect; Enabled, Hot:… procedure
9289DrawButtonText(TargetCanvas.Handle, String(ColCaptionText), TextRectangle, IsEnabled, DrawHot, Dra…
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/
H A Dlaz.lclfunctions.inc9 …awTextW, ShortenString, TVirtualTreeColumn.ComputeHeaderLayout, TVirtualTreeColumns.DrawButtonText,
H A Dlaz.virtualtrees.pas1111 …procedure DrawButtonText(DC: HDC; Caption: String; Bounds: TRect; Enabled, Hot: Boolean; DrawForma… procedure
8276 procedure TVirtualTreeColumns.DrawButtonText(DC: HDC; Caption: String; Bounds: TRect; Enabled, Hot:… procedure
9541DrawButtonText(TargetCanvas.Handle, String(ColCaptionText), TextRectangle, IsEnabled, DrawHot, Dra…
/dports/editors/lazarus-qt5/lazarus/components/virtualtreeview/
H A Dlclfunctions.inc9 …awTextW, ShortenString, TVirtualTreeColumn.ComputeHeaderLayout, TVirtualTreeColumns.DrawButtonText,
H A DVirtualTrees.pas1095 …procedure DrawButtonText(DC: HDC; Caption: String; Bounds: TRect; Enabled, Hot: Boolean; DrawForma… procedure
8048 procedure TVirtualTreeColumns.DrawButtonText(DC: HDC; Caption: String; Bounds: TRect; Enabled, Hot:… procedure
9289DrawButtonText(TargetCanvas.Handle, String(ColCaptionText), TextRectangle, IsEnabled, DrawHot, Dra…
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.lclfunctions.inc9 …awTextW, ShortenString, TVirtualTreeColumn.ComputeHeaderLayout, TVirtualTreeColumns.DrawButtonText,
H A Dlaz.virtualtrees.pas1141 …procedure DrawButtonText(DC: HDC; Caption: String; Bounds: TRect; Enabled, Hot: Boolean; DrawForma… procedure
8316 procedure TVirtualTreeColumns.DrawButtonText(DC: HDC; Caption: String; Bounds: TRect; Enabled, Hot:… procedure
9601DrawButtonText(TargetCanvas.Handle, String(ColCaptionText), TextRectangle, IsEnabled, DrawHot, Dra…
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.lclfunctions.inc9 …awTextW, ShortenString, TVirtualTreeColumn.ComputeHeaderLayout, TVirtualTreeColumns.DrawButtonText,
H A Dlaz.virtualtrees.pas1141 …procedure DrawButtonText(DC: HDC; Caption: String; Bounds: TRect; Enabled, Hot: Boolean; DrawForma… procedure
8316 procedure TVirtualTreeColumns.DrawButtonText(DC: HDC; Caption: String; Bounds: TRect; Enabled, Hot:… procedure
9601DrawButtonText(TargetCanvas.Handle, String(ColCaptionText), TextRectangle, IsEnabled, DrawHot, Dra…
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dbutton.cpp569 static void DrawButtonText(HDC hdc, in DrawButtonText() function
883 DrawButtonText(hdc, &rectBtn, label, colFg); in MSWOnDraw()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dbutton.cpp569 static void DrawButtonText(HDC hdc, in DrawButtonText() function
883 DrawButtonText(hdc, &rectBtn, label, colFg); in MSWOnDraw()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dbutton.cpp569 static void DrawButtonText(HDC hdc, in DrawButtonText() function
883 DrawButtonText(hdc, &rectBtn, label, colFg); in MSWOnDraw()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dbutton.cpp569 static void DrawButtonText(HDC hdc, in DrawButtonText() function
883 DrawButtonText(hdc, &rectBtn, label, colFg); in MSWOnDraw()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_ctrls.pas195 procedure DrawButtonText(Canvas: TCanvas; const Caption: string; procedure
630 procedure TButtonGlyph.DrawButtonText(Canvas: TCanvas; const Caption: string; procedure
770 DrawButtonText(Canvas, Caption, Result, State);
/dports/editors/lazarus/lazarus/components/lazreport/source/
H A Dlr_ctrls.pas195 procedure DrawButtonText(Canvas: TCanvas; const Caption: string; procedure
630 procedure TButtonGlyph.DrawButtonText(Canvas: TCanvas; const Caption: string; procedure
770 DrawButtonText(Canvas, Caption, Result, State);
/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/
H A Dlr_ctrls.pas195 procedure DrawButtonText(Canvas: TCanvas; const Caption: string; procedure
630 procedure TButtonGlyph.DrawButtonText(Canvas: TCanvas; const Caption: string; procedure
770 DrawButtonText(Canvas, Caption, Result, State);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_ctrls.pas195 procedure DrawButtonText(Canvas: TCanvas; const Caption: string; procedure
630 procedure TButtonGlyph.DrawButtonText(Canvas: TCanvas; const Caption: string; procedure
770 DrawButtonText(Canvas, Caption, Result, State);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Danybutton.cpp850 void DrawButtonText(HDC hdc, in DrawButtonText() function
1398 DrawButtonText(hdc, &rectBtn, this, in MSWOnDraw()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Danybutton.cpp880 void DrawButtonText(HDC hdc, in DrawButtonText() function
1468 DrawButtonText(hdc, &rectBtn, this, in MSWOnDraw()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Danybutton.cpp850 void DrawButtonText(HDC hdc, in DrawButtonText() function
1398 DrawButtonText(hdc, &rectBtn, this, in MSWOnDraw()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DThemeWin32Classic.cs176 DrawButtonText (g, b, textBounds); in DrawButton()
206 public virtual void DrawButtonText (Graphics g, ButtonBase button, Rectangle textBounds) in DrawButtonText() method in System.Windows.Forms.ThemeWin32Classic
275 DrawButtonText (g, button, textBounds); in DrawFlatButtonText()
327 DrawButtonText (g, button, textBounds); in DrawPopupButtonText()