search for: vgap

Displaying 10 results from an estimated 10 matches for "vgap".

Did you mean: vga
2002 Sep 17
2
grid.legend - lines
I am testing out the grid-plots, but get into a problem making a legend. I have a line plot and some points, following the model in grid.plot.and.legend() i manage to get the points correctly in the legend, but what do I do with the line? (Of cource, I can just draw a line at the right location on the plot, but I would prefer to use legend) Morten -- Morten Sickel Norwegian Radiation
2002 Jul 10
2
Problems with VGA PLANETS 4
My P4_BUG.log 01 _ Installed Wine run with -v gives "Wine release 20000430" and error "fixme: pthread_atfork" 02 _ Edited /etc/wine.conf c:\windows\Profiles\Administrator\user.dat must be c:\windows\user.dat 03 _ Trying wine /wine/mnt/c/Programme/Play/vgap/Planets4/planets4.exe as "user" gives errors: - fixme: pthread_atfork - what does this mean at all? - fixme:reg:_w95_parse_dkv RegSetValueEx returned: 0x0000000e - err:seh:EXC_DefaultHandling Unhandled exception code c000013a flags 0 addr 0x401 36fb4 04 _ Buildi...
2009 Aug 10
2
xrcise -o test.rb ui.xrc
...ass="XrcFrameMain"> <style>wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL</style> <size>500,300</size> <title>Test</title> <object class="wxGridSizer"> <rows>2</rows> <cols>2</cols> <vgap>0</vgap> <hgap>0</hgap> <object class="sizeritem"> <option>1</option> <flag>wxEXPAND | wxALL</flag> <border>5</border> <object class="wxPanel" name="m_panel1"&...
2009 Jan 29
4
Help understanding EVERYTHING
Team, I am trying to learn a GUI for Ruby and I picked wxRuby. The problem is that I am kind of slow learning this and I now feel frustrated after trying for about at least 7 hours. I am trying to design a simple Sudoku 9x9 grid to display numbers, 1 - 9, using buttons. I posted a question on Ruby forum ruby-talk and a gentleman, Alex Fenton, answered my questions. Alex gave me what appear to be
2009 Mar 27
0
xrciser problem
...<option>1</option> <object class="wxGridBagSizer"> <growablecols>0,1</growablecols> <growablerows>0,1</growablerows> <vgap>0</vgap> <hgap>0</hgap> <emptycellsize>10,20</emptycellsize> <object class="sizeritem"> <flag>wxGROW|wxGROW</flag>...
2009 Apr 03
2
Problem with spacing
...ct class="sizeritem"> <option>1</option> <flag>wxEXPAND</flag> <border>5</border> <object class="wxFlexGridSizer"> <rows>6</rows> <cols>2</cols> <vgap>0</vgap> <hgap>0</hgap> <growablecols></growablecols> <growablerows></growablerows> <object class="sizeritem"> <option>0</option> <flag>wxALL</flag>...
2007 Jan 25
0
[854] trunk/wxruby2/swig/classes: Add support for GridBagSizer
...sp2007-01-25 18:19:11 UTC (rev 854) </span><span class="lines">@@ -0,0 +1,126 @@ </span><ins>+// Copyright 2004-2007 by Kevin Smith +// released under the MIT-style wxruby2 license + +class wxGridBagSizer : public wxFlexGridSizer +{ +public: + wxGridBagSizer(int vgap = 0, int hgap = 0 ); + + // The Add methods return true if the item was successfully placed at the + // given position, false if something was already there. + wxSizerItem* Add( wxWindow *window, + const wxGBPosition& pos, + const wxGBSpan&...
2007 Feb 12
0
[865] trunk/wxruby2/doc/textile/gridsizer.txtl: Added missing methods section
...t;<ins>+h2. Methods + +<div id="methods"> + +* "GridSizer.new":#GridSizer_wxgridsizer +* "GridSizer#get_cols":#GridSizer_getcols +* "GridSizer#get_hgap":#GridSizer_gethgap +* "GridSizer#get_rows":#GridSizer_getrows +* "GridSizer#get_vgap":#GridSizer_getvgap +* "GridSizer#set_cols":#GridSizer_setcols +* "GridSizer#set_hgap":#GridSizer_sethgap +* "GridSizer#set_rows":#GridSizer_setrows +* "GridSizer#set_vgap":#GridSizer_setvgap + +</div> + </ins><span class="cx"&gt...
2006 Feb 17
7
Re: Problem building wxRuby: htmlproc.h not found
Hi, Has this problem been resolved? I encountered the same problem on my FC3 system with wxGTK-2.4.2 and wxruby-0.6. Thanks. Stephen [Wxruby-users] Re: Problem building wxRuby: htmlproc.h not found *Nick* devel at nicreations.com
2006 Sep 07
2
A little bit of sugar
Hi Do a search on ''wxruby'' and you''ll see that people''s main gripes are 1) stability 2) development progress 3) documentation and 4) syntax. We''re making great progress on 1-3 so thought it seemed like a good time to start looking at 4). So here''s announcing a first release of WxSugar. It can be downloaded via gems (gem install wx_sugar)