Re: transparent cairo rendering

2009-06-22 Thread Jose Hevia
2009/6/18 Paul Davis p...@linuxaudiosystems.com: On Thu, Jun 18, 2009 at 11:30 AM, Jose Heviajose.francisco.he...@gmail.com wrote: Hi, I have been fighting for a long time with a very simple program I can't make work the way it should. The question is: Is that a bug or is it my fault?

transparent cairo rendering

2009-06-18 Thread Jose Hevia
Hi, I have been fighting for a long time with a very simple program I can't make work the way it should. The question is: Is that a bug or is it my fault? Here you see the program when minimized: http://wittiza.com/grapes1.png Here when screen size changes: http://wittiza.com/grapes2.png The

Re: program to desing a simple things

2009-02-28 Thread Jose Hevia
2009/2/28 frederico schardong frede@gmail.com: Hi, I need a simple example of a program to desing a simple lines and geometrics forms.. just in gray scale, anybody haave something like that? mmm, you could see sodipodi source code, maybe too complex for you. You have very simple

Re: Drawing a point in a pixbuf.

2007-02-14 Thread Jose Hevia
- *p++ = 0xff; Please don't do that, different compilers will interpret this differently. I understand this means: +increment *p (the content of the variable p points to) +store 0xff in *p OR +increment p +store 0xff in *p This notation is asking for problems. Use ()s, or

Re: semitransparent widget

2007-01-25 Thread Jose Hevia
2007/1/25, Eduardo M Kalinowski [EMAIL PROTECTED]: how to create a semitransparent widget on linux box running gtk libraries. i find that xcomposite extension and cairo libraries are required to do this. i want to create this for a media player application. You've asked this several times

compositing and windows

2006-09-30 Thread Jose Hevia
, or as a widget that can catch it. Does anybody had this problem before? Jose Hevia ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Any reason to worry about using wx? (but it uses GTK!?! :)

2006-07-03 Thread Jose Hevia
bad it was(they judged only by its appearance)) -IMHO win32 is dead, Microsoft needs to sell its new .Net related widgets, wx uses win32. -I have never used wx, so I could be mistaken. Cheers Jose Hevia ___ gtk-list mailing list gtk-list

Re: Is there any widget on which I can plot my own primitives?

2006-06-19 Thread Jose Hevia
:-) But I'm sure you know, so please, give more info. Jose Hevia ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Button background colors

2006-06-17 Thread Jose Hevia
in contrast between them Themeability is very important for Gtk, but using colors like scalable icons (look at these films with the red button) without having to bother with complexity gives gtk a lot of power to give it away. Jose Hevia

Re: how to make transparent window??

2006-06-09 Thread Jose Hevia
lead me to have transparent window, any suggestion how solve this problem?? Jose Hevia ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

gtk_adjustment

2006-05-04 Thread Jose Hevia
the problem removing the adjustment and creating a new one.Is there any way to make this cleaner? Jose Hevia ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Cross-platform apps

2006-04-26 Thread Jose Hevia
. Jose Hevia ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

gtk_text_view again

2006-04-10 Thread Jose Hevia
Hello, I have an app that displays a series of integers into a gtk_text_view, something like: 123 45 67 6785 23 4 45 34 1211 This is displayed into a gtk_paned and I control manually the scrollbar so I only draw

gtk_text_view again

2006-04-10 Thread Jose Hevia
Jose Hevia ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

About gtk text view

2006-03-27 Thread Jose Hevia
updating while writing, when I have finished use something like gtk_widget_show. The problem, I don't know how: :-) Does someone know the solution of any of these two problems ? Jose Hevia

pango text size

2006-03-23 Thread Jose Hevia
? gdk functions that do it are deprecated. Seems too complicated for something so simple. Do you know a good pango tutorial/ebook that covers this? Any simple program that already do this with viewable code? Jose Hevia

Re: glib / String handling difficult

2006-01-09 Thread Jose Hevia
in app's dialog without compiling anything. I want to do a xorg.conf reader/writer, but I'm using this thing too to understand structures from c header files for another program. Jose Hevia

Signals documentation

2005-11-15 Thread Jose Hevia
Does anyone knows were is documentation about specific Gobject signals:? delete_event,button_press_event,button_release_event, scroll_event,motion_notify_event,focus_in_event,focus_out_event, configure_event,style_set Jose

Re: multiple top level windows??

2005-11-15 Thread Jose Hevia
, but gvim and gedit not. Could I get rid of this behaviour with this functions or I need a lower level approach to the problem? Jose Hevia ___ gtk-list

Re: multiple top level windows??

2005-11-15 Thread Jose Hevia
On 11/15/05, Jose Hevia [EMAIL PROTECTED] wrote: I need to create text tables in a program, so I use gtk_text_view*, gtk_text_buffer* functions. When created, tables look inconsistent because the blank space between words is not the same space that a letter space. Sounds like you need

Re: GTK+ or GTK?

2005-11-02 Thread Jose Hevia
On Tue, Nov 01, 2005 at 11:29:40PM +0100, yordy wrote: GTK+ is GTK-2.x, they are the same? I want to install XFCE desktop environment, The package names seem to indicate you have Fedora Core 4. If it's so, please just install XFce with you favourite package manager and don't try to

Re: should I use wxWidgets or is GTK+ enough?

2005-10-27 Thread Jose Hevia
I write windows programs but would like to start making my apps cross-platform. Originally I thought that wxWidgets was the way to go, but I wanted to consider alternatives before I make the switch. Could I accomplish mostly the same thing by using GTK+ instead? WxWidgets uses gtk, Short

Re: GTK Widget Factory

2005-06-14 Thread Jose Hevia
Is the GTK Widget Factory Project Still Alive? It seems the download link on SourceForge is broken. Thanks, Scott ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Gtk engines documentation

2005-06-14 Thread Jose Hevia
Where can I find documentation of gtk drawing mechanism? What needs gtk to paint a menu, button... I only find code and gnome related stuff. Jose Hevia ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org

Re: key_press_event

2005-05-20 Thread Jose Hevia
Jose Hevia ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Welcome to the gtk-list mailing list

2005-05-18 Thread Jose Hevia
Hi, I'm new to the list. Well, I have a program written in GTK+ in Linux and I wanted to port it to Windows.Seems the only one port of GTK+(the other is frozen, isn't it) is made by Tor Lillqvist and is GPL. So ,Is there any LGPL port out there for Windows? P.D I know, I know, receiving

Re: Welcome to the gtk-list mailing list

2005-05-18 Thread Jose Hevia
Jose Hevia writes: So ,Is there any LGPL port out there for Windows? It is. What would have changed its license to GPL? --tml Ouch!! Sorry, I missunderstood: You are welcome to redistribute GTK+ on other web sites, CD-ROM, and other media. You don't have to ask for permission