Home
last modified time | relevance | path

Searched refs:DrawGroupBox (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DGroupBoxRenderer.cs43 public static void DrawGroupBox (Graphics g, Rectangle bounds, GroupBoxState state) in DrawGroupBox() method in System.Windows.Forms.GroupBoxRenderer
45 DrawGroupBox (g, bounds, String.Empty, null, Color.Empty, TextFormatFlags.Default, state); in DrawGroupBox()
48 …public static void DrawGroupBox (Graphics g, Rectangle bounds, string groupBoxText, Font font, Gro… in DrawGroupBox() method in System.Windows.Forms.GroupBoxRenderer
50 DrawGroupBox (g, bounds, groupBoxText, font, Color.Empty, TextFormatFlags.Default, state); in DrawGroupBox()
53 …public static void DrawGroupBox (Graphics g, Rectangle bounds, string groupBoxText, Font font, Col… in DrawGroupBox() method in System.Windows.Forms.GroupBoxRenderer
55 DrawGroupBox (g, bounds, groupBoxText, font, textColor, TextFormatFlags.Default, state); in DrawGroupBox()
58 …public static void DrawGroupBox (Graphics g, Rectangle bounds, string groupBoxText, Font font, Tex… in DrawGroupBox() method in System.Windows.Forms.GroupBoxRenderer
60 DrawGroupBox (g, bounds, groupBoxText, font, Color.Empty, flags, state); in DrawGroupBox()
63 …public static void DrawGroupBox (Graphics g, Rectangle bounds, string groupBoxText, Font font, Col… in DrawGroupBox() method in System.Windows.Forms.GroupBoxRenderer
H A DGroupBox.cs250 ThemeEngine.Current.DrawGroupBox (e.Graphics, ClientRectangle, this); in OnPaint()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DGroupBox.cpp37 skin->DrawGroupBox(this, TextX(), TextHeight(), TextWidth()); in Render()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DGroupBox.cpp37 skin->DrawGroupBox(this, TextX(), TextHeight(), TextWidth()); in Render()
/dports/editors/lazarus/lazarus/components/customdrawn/
H A Dcustomdrawn_wince.pas46 procedure DrawGroupBox(ADest: TFPCustomCanvas; ADestPos: TPoint; ASize: TSize; procedure
197 procedure TCDDrawerWinCE.DrawGroupBox(ADest: TFPCustomCanvas; procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/customdrawn/
H A Dcustomdrawn_wince.pas46 procedure DrawGroupBox(ADest: TFPCustomCanvas; ADestPos: TPoint; ASize: TSize; procedure
197 procedure TCDDrawerWinCE.DrawGroupBox(ADest: TFPCustomCanvas; procedure
/dports/editors/lazarus-qt5/lazarus/components/customdrawn/
H A Dcustomdrawn_wince.pas46 procedure DrawGroupBox(ADest: TFPCustomCanvas; ADestPos: TPoint; ASize: TSize; procedure
197 procedure TCDDrawerWinCE.DrawGroupBox(ADest: TFPCustomCanvas; procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/customdrawn/
H A Dcustomdrawn_wince.pas46 procedure DrawGroupBox(ADest: TFPCustomCanvas; ADestPos: TPoint; ASize: TSize; procedure
197 procedure TCDDrawerWinCE.DrawGroupBox(ADest: TFPCustomCanvas; procedure
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/
H A DSkin.h64 …virtual void DrawGroupBox(Controls::Base* control, int textStart, int textHeight, int textWidth) =…
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/
H A DSkin.h64 …virtual void DrawGroupBox(Controls::Base* control, int textStart, int textHeight, int textWidth) =…
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dasn2graphicp.h197 Boolean DrawGroupBox; member
/dports/editors/lazarus/lazarus/lcl/
H A Dcustomdrawndrawers.pas386 procedure DrawGroupBox(ADest: TFPCustomCanvas; ADestPos: TPoint; ASize: TSize; procedure
719 cidGroupBox: DrawGroupBox(ADest, ADestPos, ASize, AState, AStateEx);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dcustomdrawndrawers.pas386 procedure DrawGroupBox(ADest: TFPCustomCanvas; ADestPos: TPoint; ASize: TSize; procedure
719 cidGroupBox: DrawGroupBox(ADest, ADestPos, ASize, AState, AStateEx);
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dcustomdrawndrawers.pas386 procedure DrawGroupBox(ADest: TFPCustomCanvas; ADestPos: TPoint; ASize: TSize; procedure
719 cidGroupBox: DrawGroupBox(ADest, ADestPos, ASize, AState, AStateEx);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dcustomdrawndrawers.pas386 procedure DrawGroupBox(ADest: TFPCustomCanvas; ADestPos: TPoint; ASize: TSize; procedure
719 cidGroupBox: DrawGroupBox(ADest, ADestPos, ASize, AState, AStateEx);
/dports/editors/lazarus/lazarus/lcl/interfaces/cocoa/
H A Dcocoathemes.pas330 lDrawer.DrawGroupBox(lCanvas, lPt, lSize, lState, lCDButton)
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoathemes.pas239 lDrawer.DrawGroupBox(lCanvas, lPt, lSize, lState, lCDButton)
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/cocoa/
H A Dcocoathemes.pas330 lDrawer.DrawGroupBox(lCanvas, lPt, lSize, lState, lCDButton)
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoathemes.pas239 lDrawer.DrawGroupBox(lCanvas, lPt, lSize, lState, lCDButton)
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DttkMacOSXTheme.c500 static void DrawGroupBox( in DrawGroupBox() function
1655 DrawGroupBox(bounds, dc.context, tkwin); in PaneElementDraw()
1714 DrawGroupBox(bounds, dc.context, tkwin); in GroupElementDraw()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DttkMacOSXTheme.c509 static void DrawGroupBox( in DrawGroupBox() function
1698 DrawGroupBox(bounds, dc.context, tkwin); in PaneElementDraw()
1757 DrawGroupBox(bounds, dc.context, tkwin); in GroupElementDraw()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Skins/
H A DTexturedBase.h184 …virtual void DrawGroupBox(Gwen::Controls::Base* control, int textStart, int textHeight, int textWi… in DrawGroupBox() function
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Skins/
H A DTexturedBase.h184 …virtual void DrawGroupBox(Gwen::Controls::Base* control, int textStart, int textHeight, int textWi… in DrawGroupBox() function
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnproc.pas540 GetDefaultDrawer().DrawGroupBox(lControlCanvas, Point(0,0),
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnproc.pas540 GetDefaultDrawer().DrawGroupBox(lControlCanvas, Point(0,0),

12