search for: fontdata

Displaying 14 results from an estimated 14 matches for "fontdata".

Did you mean: bootdata
2007 Feb 12
0
[860] trunk/wxruby2/doc/textile/fontdialog.txtl: Documentation for FontDialog was missing completely
...</span><ins>+h1(#wxfontdialog). Wx::FontDialog + +This class represents the font chooser dialog. + +h2. Derived from + +"Dialog":dialog.html + +"Window":window.html + +"EvtHandler":evthandler.html + +"Object":object.html + + +h2. See also + +"FontData":fontdata.html + +h2. Methods + +<div id="methods" + +"FontDialog.new":#FontDialog_new +"FontDialog::get_font_data":#FontDialog_getfontdata +"FontDialog::show_modal":#FontDialog_showmodal + +</div> + +h3(#FontDialog_new). FontDialog.new + + *Fon...
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across something that kinda bothers me... In order to implement validators you have to override the clone method. The directors seems to be set up to specifically handle this situation. However, whenever C++ calls back to the object''s methods the swig_get_up function is returning false. It seems like swig_up
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X and MS Windows. Please report any bugs or feature requests here: http://rubyforge.org/tracker/?group_id=35 Changes in this release include: * Added XRC (Xml Resource File) support. * Added totally awesome HTML widget from Tobi
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all, Ruby 1.8.1 Solaris 9 wxwindows 2.4.2 (package from blastwave.org) wxruby 0.3.0 I''m having trouble getting this sucker to build on my Solaris box. Here''s how I''m building: ruby extconf.rb --with-xrc-dir=/opt/csw --with-xrc-include=/opt/csw/lib/wx The include directive I added because the setup.h file is there (for whatever reason). And yes, /opt/csw/bin and
2004 Aug 05
2
libraries needed to distribute app
Hi I''m making an installer for my WxRuby app, using exerb. I''ve included wxruby.so in the package, and it seems to work fine on my computer, but are there any other dlls or whatever I''m likely to need, for example for WxWidgets itself? Cheers alex
1998 Oct 22
0
[Fwd: SVGATextMode 1.8 /tmp race]
...Using S3 driver (Trio64, 4096K). svgalib: s3: chipsets newer than S3-864 is not supported well yet. svgalib: RAMDAC: Trio64: MCLK = 47.131 MHz [/tmp] root@Death# ls -lA total 35 drwxrwxrwx 2 root gods 1024 Sep 24 1998 .X11-unix/ -rw-r--r-- 1 root gods 32768 Oct 21 22:56 fontdata -rw-r--r-- 1 root gods 385 Oct 21 22:56 textregs Also, I would like to add that savetextmode accepts no parameters. [mod: The rest of this message is completely bogus: SVGATextMode has NOTHING whatsoever to do with "savetextmode", which comes from the svgalib package.......
2008 May 18
0
[ wxruby-Bugs-20211 ] Unresolved symbol due to linkage error
...Dialog.o obj/DirDialog.o obj/DragImage.o obj/DropSource.o obj/DropTarget.o obj/EraseEvent.o obj/Event.o obj/EvtHandler.o obj/FileDataObject.o obj/FileDialog.o obj/FileDropTarget.o obj/FindDialogEvent.o obj/FindReplaceData.o obj/FindReplaceDialog.o obj/FlexGridSizer.o obj/FocusEvent.o obj/Font.o obj/FontData.o obj/FontDialog.o obj/Frame.o obj/GBPosition.o obj/GBSpan.o obj/GDIObject.o obj/GLCanvas.o obj/Gauge.o obj/GenericDirCtrl.o obj/GraphicsBrush.o obj/GraphicsContext.o obj/GraphicsFont.o obj/GraphicsMatrix.o obj/GraphicsObject.o obj/GraphicsPath.o obj/GraphicsPen.o obj/Grid.o obj/GridBagSizer.o obj/...
2018 Aug 22
2
[PATCH 1/4] fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flag
.../fbdev/core/fbcon.c b/drivers/video/fbdev/core/fbcon.c index 5fb156bdcf4e..2b5bb52b1798 100644 --- a/drivers/video/fbdev/core/fbcon.c +++ b/drivers/video/fbdev/core/fbcon.c @@ -1104,7 +1104,6 @@ static void fbcon_init(struct vc_data *vc, int init) if (p->userfont) charcnt = FNTCHARCNT(p->fontdata); - vc->vc_panic_force_write = !!(info->flags & FBINFO_CAN_FORCE_OUTPUT); vc->vc_can_do_color = (fb_get_color_depth(&info->var, &info->fix)!=1); vc->vc_complement_mask = vc->vc_can_do_color ? 0x7700 : 0x0800; if (charcnt == 256) { diff --git a/include/linux/...
2006 Oct 23
0
[709] trunk/wxruby2/samples/dialogs/dialogs.rb: Use paint method again, remove unnecessary global (Alex Fenton)
...ws common dialogs test application", 10, 10) </span><span class="lines">@@ -229,15 +223,15 @@ </span><span class="cx"> </span><span class="cx"> def onChooseFont(event) </span><span class="cx"> data = FontData.new </span><del>- data.set_initial_font($app.canvas_font) - data.set_colour($app.canvas_text_colour) </del><ins>+ data.set_initial_font(Wx::get_app.canvas_font) + data.set_colour(Wx::get_app.canvas_text_colour) </ins><span class="cx"> </...
2003 Aug 25
4
Re: ANN: wxRuby 0.1.0 Alpha has been released!
...g --libs` -Wl,--version-script,./version-script > -L"/usr/local/lib" -o wxruby.so wx.o app.o bitmap.o button.o calendar.o > checkbox.o choice.o colour.o colourdata.o colourdialog.o > combobox.o const.o > date.o dialog.o dirdialog.o event.o evthandler.o filedialog.o font.o > fontdata.o fontdialog.o frame.o gauge.o layout.o listbox.o menu.o > menubar.o > messagedialog.o point.o radio.o rect.o size.o sizer.o slider.o spin.o > statictext.o textctrl.o timer.o validator.o window.o icon.o artprovider.o > log.o listctrl.o list.o panel.o scrolledwindow.o dc.o brush.o > p...
2010 Jan 28
5
Compiling problem on Ubuntu 9.10 64 bit
...irDialog.o obj/Display.o obj/DragImage.o obj/DropSource.o obj/DropTarget.o obj/EraseEvent.o obj/Event.o obj/EvtHandler.o obj/FileDataObject.o obj/FileDialog.o obj/FileDropTarget.o obj/FindDialogEvent.o obj/FindReplaceData.o obj/FindReplaceDialog.o obj/FlexGridSizer.o obj/FocusEvent.o obj/Font.o obj/FontData.o obj/FontDialog.o obj/Frame.o obj/GBPosition.o obj/GBSpan.o obj/GCDC.o obj/GDIObject.o obj/GLCanvas.o obj/Gauge.o obj/GenericDirCtrl.o obj/GraphicsBrush.o obj/GraphicsContext.o obj/GraphicsFont.o obj/GraphicsMatrix.o obj/GraphicsObject.o obj/GraphicsPath.o obj/GraphicsPen.o obj/Grid.o obj/GridBagS...
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of errors of the sort: WindowDisabler.obj : error LNK2001: unresolved external symbol _SWIG_Ruby_ConvertPtr I can see this is defined in rubydef.swg but I''m not sure why this isn''t just included in the files that need it. Can any swig experts tell me what I need to do to progress? I''m using
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my linux box. I compiled the demos and all the demos, save dbbrowse, work. I think I have a functional wx. Now I''m trying to install wxRuby from source, since I have a 64 bit machine. I only have permission to my home directory so my installation is : /usr/people/stevenq/Applications/wxX11/
2006 Nov 13
7
[736] trunk/wxruby2/samples/dialogs/dialogs.rb: Fixed crashing bug in on_paint and made the code style more Ruby like.
...><span class="cx"> end </span><span class="cx"> </span><span class="cx"> </span><del>- def onChooseFont(event) </del><ins>+ def on_choose_font(event) </ins><span class="cx"> data = FontData.new </span><span class="cx"> data.set_initial_font(Wx::get_app.canvas_font) </span><span class="cx"> data.set_colour(Wx::get_app.canvas_text_colour) </span><span class="lines">@@ -229,21 +228,21 @@ </span><span class...