Home
last modified time | relevance | path

Searched refs:plotwindow (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dplotwindow.c41 Plotwindow *plotwindow; in plotwindow_destroy() local
46 plotwindow = PLOTWINDOW( object ); in plotwindow_destroy()
54 UNREF( plotwindow->plotmodel ); in plotwindow_destroy()
82 plotwindow->plotmodel = NULL; in plotwindow_init()
138 iWindow *iwnd = IWINDOW( plotwindow ); in plotwindow_changed_cb()
159 Plotwindow *plotwindow ) in plotwindow_show_status_action_cb() argument
292 GTK_WINDOW( plotwindow ) ); in plotwindow_build()
296 GTK_WINDOW( plotwindow ) ); in plotwindow_build()
313 plotwindow->plotstatus = plotstatus_new( plotwindow->plotmodel ); in plotwindow_build()
326 plotwindow->plotpresent = plotpresent_new( plotwindow->plotmodel ); in plotwindow_build()
[all …]
H A DMakefile.am183 plotwindow.c \
184 plotwindow.h \
H A Dplot.c277 Plotwindow *plotwindow; in plot_edit() local
279 plotwindow = plotwindow_new( plot, parent ); in plot_edit()
281 gtk_widget_show( GTK_WIDGET( plotwindow ) ); in plot_edit()
H A DMakefile.in143 matrixview.h plot.c plot.h plotview.c plotview.h plotwindow.c \
144 plotwindow.h model.c model.h option.c option.h optionview.c \
206 nip2-plotwindow.$(OBJEXT) nip2-model.$(OBJEXT) \
660 plotwindow.h model.c model.h option.c option.h optionview.c \
2074 nip2-plotwindow.o: plotwindow.c
2075 …-MT nip2-plotwindow.o -MD -MP -MF $(DEPDIR)/nip2-plotwindow.Tpo -c -o nip2-plotwindow.o `test -f '…
2076 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nip2-plotwindow.Tpo $(DEPDIR)/nip2-plotwindow.Po
2081 nip2-plotwindow.obj: plotwindow.c
2083 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nip2-plotwindow.Tpo $(DEPDIR)/nip2-plotwindow.Po
3173 -rm -f ./$(DEPDIR)/nip2-plotwindow.Po
[all …]
/dports/math/plplot-ada/plplot-5.15.0/examples/c/
H A DextXdrawable_demo.c47 GtkWidget *plotwindow; member
80 xinfo.display = GDK_WINDOW_XDISPLAY( a->plotwindow->window ); in setup_plot_drawable()
81 xinfo.drawable = GDK_WINDOW_XID( a->plotwindow->window ); in setup_plot_drawable()
175 a->plotwindow = gtk_drawing_area_new(); in init_app()
182 GTK_WIDGET_UNSET_FLAGS( a->plotwindow, GTK_DOUBLE_BUFFERED ); in init_app()
189 gtk_widget_set_size_request( a->plotwindow, 3, 3 ); in init_app()
190 gtk_box_pack_start( GTK_BOX( vbox ), a->plotwindow, TRUE, TRUE, 0 ); in init_app()
195 g_signal_connect( G_OBJECT( a->plotwindow ), "configure_event", in init_app()
197 g_signal_connect( G_OBJECT( a->plotwindow ), "expose_event", in init_app()
/dports/math/plplot/plplot-5.15.0/examples/c/
H A DextXdrawable_demo.c47 GtkWidget *plotwindow; member
80 xinfo.display = GDK_WINDOW_XDISPLAY( a->plotwindow->window ); in setup_plot_drawable()
81 xinfo.drawable = GDK_WINDOW_XID( a->plotwindow->window ); in setup_plot_drawable()
175 a->plotwindow = gtk_drawing_area_new(); in init_app()
182 GTK_WIDGET_UNSET_FLAGS( a->plotwindow, GTK_DOUBLE_BUFFERED ); in init_app()
189 gtk_widget_set_size_request( a->plotwindow, 3, 3 ); in init_app()
190 gtk_box_pack_start( GTK_BOX( vbox ), a->plotwindow, TRUE, TRUE, 0 ); in init_app()
195 g_signal_connect( G_OBJECT( a->plotwindow ), "configure_event", in init_app()
197 g_signal_connect( G_OBJECT( a->plotwindow ), "expose_event", in init_app()
/dports/math/plplot/plplot-5.15.0/examples/c++/
H A Ddeprecated_wxPLplotDemo.cpp108 MyPlotwindow* plotwindow; member in MyFrame
203 plotwindow = new MyPlotwindow( this, panel, -1, wxDefaultPosition, wxDefaultSize, wxWANTS_CHARS, in MyFrame()
209 plotwindow->Connect( wxEVT_CHAR, wxKeyEventHandler( MyPlotwindow::OnChar ) ); in MyFrame()
210 box->Add( plotwindow, 1, wxALL | wxEXPAND, 0 ); in MyFrame()
216 switch ( plotwindow->getBackend() ) in MyFrame()
237 wxPLplotstream* pls = plotwindow->GetStream(); in Plot()
276 plotwindow->RenewPlot(); in Plot()
H A DwxPLplotDemo.cpp72 void Plot( wxPLplotwindow<WXWINDOW> *plotwindow );
261 void Plot( wxPLplotwindow<WXWINDOW> *plotwindow ) in Plot() argument
263 if ( !plotwindow->IsReady() ) in Plot()
268 wxPLplotstream* pls = plotwindow->GetStream(); in Plot()
299 plotwindow->RenewPlot(); in Plot()
/dports/math/plplot-ada/plplot-5.15.0/examples/c++/
H A Ddeprecated_wxPLplotDemo.cpp108 MyPlotwindow* plotwindow; member in MyFrame
203 plotwindow = new MyPlotwindow( this, panel, -1, wxDefaultPosition, wxDefaultSize, wxWANTS_CHARS, in MyFrame()
209 plotwindow->Connect( wxEVT_CHAR, wxKeyEventHandler( MyPlotwindow::OnChar ) ); in MyFrame()
210 box->Add( plotwindow, 1, wxALL | wxEXPAND, 0 ); in MyFrame()
216 switch ( plotwindow->getBackend() ) in MyFrame()
237 wxPLplotstream* pls = plotwindow->GetStream(); in Plot()
276 plotwindow->RenewPlot(); in Plot()
H A DwxPLplotDemo.cpp72 void Plot( wxPLplotwindow<WXWINDOW> *plotwindow );
261 void Plot( wxPLplotwindow<WXWINDOW> *plotwindow ) in Plot() argument
263 if ( !plotwindow->IsReady() ) in Plot()
268 wxPLplotstream* pls = plotwindow->GetStream(); in Plot()
299 plotwindow->RenewPlot(); in Plot()
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/windows/
H A Dsimplewindow.py24 from . import plotwindow
42 self.plot = plotwindow.PlotWindow(self.document, self)
H A Dplotwindow.py78 def __init__(self, plotwindow): argument
88 self.plotwindow = plotwindow
142 aa = self.plotwindow.antialias
H A Dmainwindow.py46 from . import plotwindow
149 self.plot = plotwindow.PlotWindow(self.document, self,
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/dialogs/
H A Dpreferences.py51 self.plotwindow = mainwindow.plot
59 for intv in self.plotwindow.updateintervals:
61 index = [i[0] for i in self.plotwindow.updateintervals].index(
209 self.plotwindow.updateintervals[self.intervalCombo.currentIndex()][0] )
279 self.plotwindow.updatePlotSettings()
/dports/cad/electric/electric-7.00/src/io/
H A Dioquickdraw.c396 static WINDOWPART plotwindow; in io_setbounds() local
398 io_plotwindow = &plotwindow; in io_setbounds()
401 plotwindow.screenlx = io_slx = slx; in io_setbounds()
402 plotwindow.screenhx = io_shx = shx; in io_setbounds()
403 plotwindow.screenly = io_sly = sly; in io_setbounds()
405 plotwindow.uselx = io_ulx = ulx; in io_setbounds()
406 plotwindow.usehx = io_uhx = uhx; in io_setbounds()
407 plotwindow.usely = io_uly = uly; in io_setbounds()
408 plotwindow.usehy = io_uhy = uhy; in io_setbounds()
409 plotwindow.state = DISPWINDOW; in io_setbounds()
[all …]
/dports/math/maxima/maxima-5.43.2/interfaces/xmaxima/Tkmaxima/
H A DMenu.tcl210 -variable maxima_default(plotwindow) \
365 if { $maxima_default(plotwindow) == "embedded" } {
H A DConstants.tcl8 set maxima_default(plotwindow) multiple
H A DBrowser.tcl1142 set men [tk_optionMenu $win.plottype maxima_default(plotwindow) embedded separate multiple ]
/dports/math/xplot/xplot-0.90.7.1/
H A DREADME.tcp_plots85 if (plotwindow) {
/dports/graphics/nip2/nip2-8.7.1/po/
H A DPOTFILES.in98 src/plotwindow.c
H A Dnip2.pot1020 #: ../src/imageview.c:522 ../src/plotwindow.c:235
1024 #: ../src/imageview.c:523 ../src/plotwindow.c:236
3152 #: ../src/util.c:2064 ../src/plotwindow.c:191
3208 #: ../src/plotwindow.c:223
3212 #: ../src/plotwindow.c:242
3216 #: ../src/plotwindow.c:243
/dports/math/plplot/plplot-5.15.0/drivers/
H A DREADME.wxwidgets134 void plotwindow::OnPaint( wxPaintEvent &WXUNUSED(event) )
/dports/math/plplot-ada/plplot-5.15.0/drivers/
H A DREADME.wxwidgets134 void plotwindow::OnPaint( wxPaintEvent &WXUNUSED(event) )
/dports/science/py-veusz/veusz-veusz-3.3.1/Documents/manual-source/
H A Dapi.rst142 Closes the plotwindow. This is only supported in embedded mode.
191 Enable/disable the zooming toolbar in the plotwindow. This command is
/dports/graphics/nip2/nip2-8.7.1/
H A DChangeLog114 - added export-to-file to plotwindow
730 - added plotwindow, floatwindow
735 - plotwindow status bar

12