Home
last modified time | relevance | path

Searched refs:DrawButton (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DButtonRenderer.cs43 public static void DrawButton (Graphics g, Rectangle bounds, PushButtonState state) in DrawButton() method in System.Windows.Forms.ButtonRenderer
45DrawButton (g, bounds, String.Empty, null, TextFormatFlags.Default, null, Rectangle.Empty, false, … in DrawButton()
48 public static void DrawButton (Graphics g, Rectangle bounds, bool focused, PushButtonState state) in DrawButton() method in System.Windows.Forms.ButtonRenderer
50DrawButton (g, bounds, String.Empty, null, TextFormatFlags.Default, null, Rectangle.Empty, focused… in DrawButton()
55DrawButton (g, bounds, String.Empty, null, TextFormatFlags.Default, image, imageBounds, focused, s… in DrawButton()
58 …public static void DrawButton (Graphics g, Rectangle bounds, string buttonText, Font font, bool fo… in DrawButton() method in System.Windows.Forms.ButtonRenderer
60DrawButton (g, bounds, buttonText, font, TextFormatFlags.HorizontalCenter, null, Rectangle.Empty, … in DrawButton()
65 DrawButton (g, bounds, buttonText, font, flags, null, Rectangle.Empty, focused, state); in DrawButton()
70DrawButton (g, bounds, buttonText, font, TextFormatFlags.HorizontalCenter, image, imageBounds, foc… in DrawButton()
84 ControlPaint.DrawButton (g, bounds, ButtonState.Pushed); in DrawButton()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/floatcanvas/
H A DDrawRect.py56 DrawButton = wx.Button(tb, wx.ID_ANY, "StopDrawing")
57 tb.AddControl(DrawButton)
58 DrawButton.Bind(wx.EVT_BUTTON, self.SetDraw)
59 self.DrawButton = DrawButton
80 label = self.DrawButton.GetLabel()
82 self.DrawButton.SetLabel("StopDrawing")
85 self.DrawButton.SetLabel("Draw")
/dports/games/xtet42/xtet42-2.21/
H A Dxtet42.c364 void DrawButton(updown,bar,nr,x,y,w,h,text) in DrawButton() function
645 DrawButton(0,1,nr,10,10,160,320,NULL);
804 DrawButton(0,1,0,190,150,70,20,"New");
961 DrawButton(0,0,nr,0,0,280,670,NULL);
962 DrawButton(1,0,nr,8,8,164,654,NULL);
963 DrawButton(1,0,nr,190,350,70,60,NULL);
967 DrawButton(0,0,nr,0,0,280,340,NULL);
968 DrawButton(1,0,nr,8,8,164,324,NULL);
970 DrawButton(1,0,nr,190,20,70,60,NULL);
978 DrawButton(0,0,nr,190,100,70,20,"Quit");
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbgraimagetheme.pas27 procedure DrawButton(Caption: string; State: TBGRAThemeButtonState; procedure
70 procedure TBGRAImageTheme.DrawButton(Caption: string; procedure
H A Dbgrathemebutton.pas184 Theme.DrawButton(Caption, FState, Focused, ClientRect, surface, FImageIndex, FImageList)
186 …BGRADefaultTheme.DrawButton(Caption, FState, Focused, ClientRect, surface, FImageIndex, FImageList…
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/vt100/vt100-1.9.9/cmd/widget/
H A Dmain.go45 t.DrawButton(c, buttonBox1, "OK", true)
50 t.DrawButton(c, buttonBox2, "Cancel", false)
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/aui/
H A Dtabart.h77 virtual void DrawButton(
153 void DrawButton(
252 void DrawButton(
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/aui/
H A Dtabart.h77 virtual void DrawButton(
153 void DrawButton(
252 void DrawButton(
/dports/multimedia/mpeg_play/mpeg_play/
H A Dctrlbar.c845 static void DrawButton(Window button, GC gc, in DrawButton() function
850 static void DrawButton(button,gc,display,vid_stream, num) in DrawButton()
933 DrawButton(oldbutton, gc, display, vid_stream, numMovies);
936 DrawButton(playwin, gc, display, vid_stream, numMovies);
939 DrawButton(GetStateButton(LastState = ControlState), gc,
1026 DrawButton(playwin, gc, display, vid_stream, numMovies);
1049 DrawButton(oldbutton,gc,display,vid_stream,numMovies);
1051 DrawButton(newbutton,gc,display,vid_stream,numMovies);
1072 DrawButton(event.xexpose.window,gc,display,vid_stream,numMovies);
/dports/audio/xmixer/xmixer/Xw/
H A DButton.c124 static void DrawButton (Widget w);
290 c->button_class.draw_button = DrawButton; in ClassPartInitialize()
366 DrawButton (w); in Redisplay()
404 DrawButton (w); in Highlight()
419 DrawButton (w); in Unhighlight()
571 DrawButton (Widget w) in DrawButton() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/aui/
H A Dtabart.h77 virtual void DrawButton(
156 void DrawButton(
258 void DrawButton(
/dports/deskutils/xmdiary/xmdiary-3.0.3/xtools/
H A DxitRwPixB.c432 DrawButton( Widget widget,
580 DrawButton( (Widget) cb, True ); in Arm()
618 DrawButton( (Widget) cb, False ); in ArmAndActivate()
853 DrawButton( (Widget) cb, False ); in Disarm()
876 DrawButton( Widget widget, in DrawButton() function
1027 DrawButton( (Widget) cb, True ); in Enter()
1051 DrawButton( (Widget) cb, cb -> pixBut.armed ); in ExposeIt()
1080 DrawButton( (Widget) cb, cb -> pixBut.armed ); in PixButFocusIn()
1103 DrawButton( (Widget) cb, cb -> pixBut.armed ); in PixButFocusOut()
1320 DrawButton( (Widget) cb, False ); in Leave()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DSplitterBar.cpp17 skin->DrawButton(this, true, false); in Render()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DSplitterBar.cpp17 skin->DrawButton(this, true, false); in Render()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/widgets/
H A Dwx_aui_art_providers.h45 void DrawButton( wxDC& aDc, wxWindow* aWindow, const wxAuiToolBarItem& aItem,
/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dbutton.h50 void DrawButton(ButtonNode *bp);
/dports/games/0ad/0ad-0.0.23b-alpha/source/gui/
H A DIGUIButtonBehavior.h77 …void DrawButton(const CRect& rect, const float& z, CGUISpriteInstance& sprite, CGUISpriteInstance&…
/dports/multimedia/xanim/xanim2920/
H A Dxa_x11.c1788 static void DrawButton();
2272 DrawButton(&buttons[BUTTON_REGION]);
2286 DrawButton(&buttons[BUTTON_REGION]); in ACTION_PROC()
2313 DrawButton(&buttons[BUTTON_REGION]); in ACTION_PROC()
2493 DrawButton(&buttons[i]); in PetuniaButtonsUp()
2533 DrawButton( &buttons[but] ); in ACTION_PROC()
2668 static void DrawButton(button) in DrawButton() function
2858 DrawButton(&buttons[BUTTON_AUDIO]); in XA_Remote_AudioOff()
2862 DrawButton(&buttons[BUTTON_AUDIO]); in XA_Remote_AudioOn()
2866 DrawButton(&buttons[BUTTON_SPEED]); in XA_Remote_SpeedNorm()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/periodic/
H A Dperiodic.c67 static void DrawButton(
610 DrawButton (w); in DbResizeCb()
624 DrawButton(w); in DbExposeCb()
630 DrawButton( in DrawButton() function
681 DrawButton (db); in ToggleLightsCb()
/dports/games/sxsame/sxsame-3.02/
H A Dsxsame.c464 DrawButton(i); in sxs()
476 DrawButton(2); in sxs()
496 DrawButton(2); in sxs()
534 DrawButton(i); in sxs()
573 DrawButton(3); in sxs()
586 DrawButton(4); in sxs()
624 DrawButton(2); in sxs()
670 DrawButton(i); in sxs()
879 int DrawButton(b) in DrawButton() function
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Dmac_main.c236 skin_state=PLAYING; gBusy=true; DrawButton(); in StartPlay()
258 DrawButton(); in StartPlay()
369 DrawButton(); in mac_HandleControl()
413 DrawButton(); in ConvertToAiffFile()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/timidity/
H A Dmac_main.c236 skin_state=PLAYING; gBusy=true; DrawButton(); in StartPlay()
258 DrawButton(); in StartPlay()
369 DrawButton(); in mac_HandleControl()
413 DrawButton(); in ConvertToAiffFile()
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/timidity/
H A Dmac_main.c236 skin_state=PLAYING; gBusy=true; DrawButton();
258 DrawButton();
369 DrawButton();
413 DrawButton();
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/timidity/
H A Dmac_main.c236 skin_state=PLAYING; gBusy=true; DrawButton(); in StartPlay()
258 DrawButton(); in StartPlay()
369 DrawButton(); in mac_HandleControl()
413 DrawButton(); in ConvertToAiffFile()
/dports/audio/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Dmac_main.c236 skin_state=PLAYING; gBusy=true; DrawButton(); in StartPlay()
258 DrawButton(); in StartPlay()
369 DrawButton(); in mac_HandleControl()
413 DrawButton(); in ConvertToAiffFile()

12345678910>>...13