gtk_print_operation_set_unit and Pango sub/supscripts

2013-05-07 Thread Ivan Baldo
Who is brave enough to enlighten me? :-) Thanks a lot!!! /* I prefer to treat the distances in the page in millimeters, so I call gtk_print_operation_set_unit (po, GTK_UNIT_MM), but then the and tags of Pango markup look ugly; commenting that function call fixes the problem but then I don'

Re: Focus vs Sensitivity

2012-12-27 Thread Ivan Baldo
David: Y O U R O C K ! ! ! Amazing explanation! Now I understand what happens! And excellent workaround too!!! Thanks a lot for putting the effort to explain it, look for the GTK+ warning and providing a way to fix it! Just perfect! Now I have a lot of work to do to change a lot of spin

Focus vs Sensitivity

2012-12-21 Thread Ivan Baldo
/* Given 3 spin buttons, I want the second one to be enabled or disabled based on input from the first one. If in the first one the user puts 0 as value I want that when it presses Tab the focus go to the third spin button. If in the first one the user puts a value different than zero I

Re: Gtk:ERROR:gtkrecentmanager.c: get_icon_fallback: assertion failed: (retval != NULL), win32

2010-11-08 Thread Ivan Baldo
n failed: (retval != NULL) Looks to me as an issue in GTK. Have you Thanks, Julo ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Ivan Baldo - iba...@adinet.com.uy - h

GTK Combo Box focus handling

2009-10-16 Thread Ivan Baldo
milar with a small C example is here: http://www.nabble.com/ComboBox-Events-bug--td2816980.html#a2824165 . Thanks for your help. -- Ivan Baldo - iba...@adinet.com.uy - http://ibaldo.codigolibre.net/ From Montevideo, Uruguay, at the south of South America. Freelance programmer and GNU/Linux s

Re: GTK+ Windows dependancies

2008-02-01 Thread Ivan Baldo
lls instead of embedding them all in gdk-pixbuf dll. Yep, I know that it will cause more emails on this mailing list... but there are so many silly emails already, that the contribution of emails that this can cause is relatively small :-), and the benefits for good programmers and users outwei

Re: GTK win32 port: jpeg and TIFF dlls

2007-11-12 Thread Ivan Baldo
not a very big deal -- but is a bit of a pain -- to have to > include redundant DLLs in such a package. > > Can I vote to have the loaders separated too? Thanks!!! Programmers should figure out how to package a GTK application on Windows, it isn't that difficult. Bye. -- Ivan Bal

Re: Profiling GTK within an application

2007-10-26 Thread Ivan Baldo
ope this helps! Good luck. -- Ivan Baldo - [EMAIL PROTECTED] - http://ibaldo.codigolibre.net/ ICQ 10215364 - Phone/FAX (598) (2) 613 3223. Caldas 1781, Malvin, Montevideo, Uruguay, South America. We believe that we are free, but in reality we are not! Are we? Alternatives: [EMAIL PROTECT

Re: glade_xml_signal_autoconnect cannot find functions NOT in shared libs?

2007-07-19 Thread Ivan Baldo
ml_signal_autoconnect_full with my own > hook function - but is it possible (or advisable) for me to be able to > call the function that glade_xml_signal_autoconnect uses (I am assuming > that glade_xml_signal_autoconnect calls glade_xml_signal_autoconnect_full > internally)? > > Never tried t

Re: Using existing cairo context for GtkDrawingArea

2006-12-12 Thread Ivan Baldo
El 09/12/06 08:18, asubedi escribió: > Hi, > > Thanks for the reply. > > On 12/8/06, Ivan Baldo <[EMAIL PROTECTED]> wrote: >> Hello. >> You can't AFAIK. >> GTK is double buffered, for every expose event, it draws to a >> different pla

Re: Using existing cairo context for GtkDrawingArea

2006-12-08 Thread Ivan Baldo
__ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > > -- Ivan Baldo - [EMAIL PROTECTED] - http://ibaldo.codigolibre.net/ ICQ 10215364 - Phone/FAX (598) (2) 613 32

Re: using cairo surfaces

2006-10-18 Thread Ivan Baldo
mejournal.org/article/34/writing-a-widget-using-cairo-and-gtk28) and is a good example for a lot of things and a good start, though instead of using the cairo_rectangle for clipping just use the gdk_cairo_region for clipping, that gives better performance, thats the only thing that I would chang

Re: using cairo surfaces

2006-10-17 Thread Ivan Baldo
wrong, >because nothing was drawn, or I got segfault. So I still have not found the >right way of doing it. The documentation is lacking examples, so I have >proceeded in "trial and error"-basis, and now I'm kind of stuck. > > >Tommi >____

Re: Dealing with drawingArea update (refresh) for multiple drawings.

2006-08-29 Thread Ivan Baldo
.. I'm dealing with C/C++ > >btw, I sent this same question to a Cairo list, and they told me to >use gtk_widget_queue_draw_area everytime I should draw something new >and also said that I could use gdk_window_invalidate_rect on my >insetion callback. >Once they told me this li

Pango Cairo font resolution: shouldn't be specified for both horizontal and vertical?

2006-08-08 Thread Ivan Baldo
ssibility to specify diferent resolutions for horizontal and vertical... I wonder how fonts would look in a non square pixel monitor though I think those monitors are hard to find today... -- Ivan Baldo - [EMAIL PROTECTED] - http://ibaldo.codigolibre.net/ ICQ 10215364 - Phone/FAX (598) (2) 6

Re: cairo: text on multiple lines in diferent positions and widths

2006-07-28 Thread Ivan Baldo
Goodbye. El 28/07/06 22:09, Ivan Baldo escribió: > Hello. > I have various lines that start at diferent positions and have > diferent lengths (widths) and I want to put some user text (paragraph) > on them with wordwrapping and some alignment; I am using Cairo to draw > on a GtkDr

cairo: text on multiple lines in diferent positions and widths

2006-07-28 Thread Ivan Baldo
t the remaining text and repeat for the second line, etc. after all lines have been written or no more text is available. Is there something easier than that? Thanks for your help. -- Ivan Baldo - [EMAIL PROTECTED] - http://ibaldo.codigolibre.net/ ICQ 10215364 - Phone/FAX (598) (2) 6

Re: Raster operations

2006-07-18 Thread Ivan Baldo
>___ >gtk-app-devel-list mailing list >gtk-app-devel-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > > > -- Ivan Baldo - [EMAIL PROTECTED] - http://ibaldo.codigolibre.net/ ICQ 10215364 - Phone/FAX (59

Re: Strange compile error : /usr/include/ cairo/cairo.h:55: error: expected ‘=’, =?U TF-8?Q?=E2=80=98,=E2=80=99,_=E2=80=98; =E2=80=9 9?= , ‘asm’ or ‘__attribute__’ before ‘ int’

2006-07-18 Thread Ivan Baldo
t; > >Any hints would be much appreciated,thanks in advance! >___ >gtk-app-devel-list mailing list >gtk-app-devel-list@gnome.org >http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > -- Ivan Baldo - [EMAIL PROTECTED] - http://ibaldo.codigolibre.net/ ICQ 10215364

Re: Can't seem to get rid of the console window (Windows port)

2006-06-11 Thread Ivan Baldo
ango-1.0 -lm -lcairo -lgobject-2.0 - -lgmodule-2.0 -lglib-2.0 -lintl -liconv Finished building target: flame-edit.exe Build complete for project flame-edit -- Ivan Baldo - [EMAIL PROTECTED] - http://ibaldo.codigolibre.net/ ICQ 10215364 - Phone/FAX (598) (2) 613 3223. Caldas 1781, Malvin, Montevideo, Ur