Home
last modified time | relevance | path

Searched refs:mgl_set_size (Results 1 – 15 of 15) sorted by relevance

/dports/math/mathgl/mathgl-2.5/widgets/
H A Dwx.cpp129 { mgl_set_size(gr, ev.GetWidth(), ev.GetHeight()); Update(); } in OnSize()
388 { mgl_set_size(gr,w,h); wxWindow::SetSize(w, h); Update(); } in SetSize()
393 mgl_set_size(gr,sz.GetWidth(),sz.GetHeight()); in Adjust()
H A Dqt.cpp204 { mgl_set_size(gr, ev->size().width(), ev->size().height()); update(); } in resizeEvent()
684 { if(w>0 && h>0) { mgl_set_size(gr,w,h); update(); } } in imgSize()
870 { mgl_set_size(gr,w,h); update(); in setSize()
924 mgl_set_size(gr, parentWidget()->width()-3, parentWidget()->height()-3); in adjust()
/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A DFl_MathGL.h193 …{ mgl_set_size(FMGL->get_graph(),scroll->w(),scroll->h()); FMGL->size(scroll->w(),scroll->h()); up… in adjust()
H A Dmathgl.fs60 libmgl mgl_set_size int int ptr (void) mgl_set_…
H A Dmglplot.fs326 graph @ mCanvas with w @ h @ endwith mgl_set_size
H A Dcanvas_cf.h38 void MGL_EXPORT mgl_set_size(HMGL gr, int width, int height);
H A Dmgl.fs449 libmgl mgl_set_size int int ptr (void) mgl_set_size
H A Dmgl.h60 else { gr=mgl_default_graph(); mgl_use_graph(gr,1); mgl_set_size(gr,width,height); } in mglGraph()
383 { if(clf) mgl_set_size(gr, width, height);
H A Dmgl_pas.pas1221 procedure mgl_set_size(gr: HMGL;width: integer;height: integer); cdecl; external libmgl;
/dports/math/mathgl/mathgl-2.5/mgllab/
H A Dhelp.cpp338 mgl_set_size(gr->get_graph(),400,300); in InfoDlg()
H A Ddialogs.cpp413 mgl_set_size(gr->get_graph(),285,65); gr->align(FL_ALIGN_LEFT); in StyleDlg()
1317 mgl_set_size(gr->get_graph(),240,180); gr->align(FL_ALIGN_LEFT); in InplotDlg()
/dports/math/mathgl/mathgl-2.5/src/
H A Dcanvas_cf.cpp344 void MGL_EXPORT mgl_set_size(HMGL gr, int width, int height) in mgl_set_size() function
440 { mgl_set_size(_GR_,*width,*height); } in mgl_set_size_()
/dports/math/mathgl/mathgl-2.5/lang/
H A Dmgl.i52 else { gr=mgl_default_graph(); mgl_use_graph(gr,1); mgl_set_size(gr,width,height); } in mglGraph()
372 { if(clf) mgl_set_size(gr, width, height);
/dports/math/mathgl/mathgl-2.5/texinfo/
H A Dcore_ru.texi1300 @deftypefnx {Функция С} @code{void} mgl_set_size (@code{HMGL} gr, @code{int} width, @code{int} heig…
H A Dcore_en.texi1304 @deftypefnx {C function} @code{void} mgl_set_size (@code{HMGL} gr, @code{int} width, @code{int} hei…