gtkrc question

2009-10-01 Thread Diego A. Fons
? Regards, Diego A. Fons. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Performance

2008-12-10 Thread Diego A. Fons
a delay too. I'm creating every object in the C++ traditional way, using the new operator. Well, I hope you could understand me, the reason of this mail is to ask if anyone has experienced performance problems in similar hardware. Regards, Diego A. Fons

HTML rendering

2008-09-08 Thread Diego A. Fons
, is there such a widget to display html files? can the GtkHTML widget be built without building Gnome? Any ideas are welcome. Regards, Diego A. Fons. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

RadioButton Style

2008-09-05 Thread Diego A. Fons
Hi, Does anyone know if it is possible to change the drawing style of a RadioButton? I want a radio button which draws itself as a toggle button, i mean, a radio button which looks like a button and not like a text with an indicator at the left. Regards, Diego A. Fons

Re: RadioButton Style

2008-09-05 Thread Diego A. Fons
dreblen wrote: You can use gtk_toggle_button_set_mode to accomplish this http://library.gnome.org/devel/gtk/stable/GtkToggleButton.html#gtk-toggle-button-set-mode -Tanner Diego A. Fons wrote: Hi, Does anyone know if it is possible to change the drawing style of a RadioButton? I want

Re: GTK+ themes on ARM linux - Performance issues

2008-06-04 Thread Diego A. Fons
Harinandan S wrote: On Tue, Jun 3, 2008 at 5:52 PM, Diego A. Fons [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Harinandan S wrote: Hi All, I tried using themes in GTK+ by installing one of the theme engine. I found that its performance is quite bad

Re: GTK+ themes on ARM linux - Performance issues

2008-06-03 Thread Diego A. Fons
. I don't know if it is what you are looking for, I think the problem is not the theme (or theme engine), I think the problem is DirectFB. Regards, Diego A. Fons. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Removing focus outline in a GTK theme?

2008-05-30 Thread Diego A. Fons
this: style button { GtkWidget::focus-line-width = 0 engine pixmap { ... } ... } Regards, Diego A. Fons. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Drawing with cairo

2008-05-15 Thread Diego A. Fons
Theodore Papadopoulo wrote: Igor Gorbounov wrote: Diego A. Fons пишет: [...] My question is if there is a way of preserve the cairo context intact between the the calls to on_expose_event()? Why getting the cairo context in the on_realize() handler and storing

Re: Drawing with cairo

2008-05-15 Thread Diego A. Fons
Doug Baldwin wrote: On May 15, 2008, at 11:05 AM, Diego A. Fons wrote: Like Theodore I'm using gtkmm. This is an extrac of the code which doesn't work: void Plotter::on_realize( void ) { // Create the GDK window refGdkWindow = Gdk::Window::create(get_window(), attributes

Re: Drawing with cairo

2008-05-15 Thread Diego A. Fons
Paul Davis wrote: On Thu, 2008-05-15 at 12:05 -0300, Diego A. Fons wrote: Like Theodore I'm using gtkmm. This is an extrac of the code which doesn't work: void Plotter::on_realize( void ) { // Create the GDK window refGdkWindow = Gdk::Window::create(get_window(), attributes

Drawing with cairo

2008-05-14 Thread Diego A. Fons
the cairo context intact between the the calls to on_expose_event()? Why getting the cairo context in the on_realize() handler and storing it in a variable doesn't work? Regards, Diego A. Fons. ___ gtk-list mailing list gtk-list@gnome.org http

Speed problems

2008-02-08 Thread Diego A. Fons
buttons and this engine allows me to decide what images are use to draw every widget. So, ideas? Where can i look in order to try to solve the problem? Regards, Diego A. Fons. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman

[Fwd: Change the font of a button]

2007-12-07 Thread Diego A. Fons
into the button (gtk_button_set_image()), after doing that the font is set to the default values. Is this behavior correct or it's a kind of bug? How can i change the font properties of a button when it has an image? Regards, Diego A. Fons. ___ gtk-list

Drag n Drop

2007-09-15 Thread Diego A. Fons
the interaction with the GtkEntry widgets? i don't want the user can select text on it, but i can't use the 'sensitive' property because it makes the widget turn greyed out. Well, that's it, any clue or any help will be appreciated. Regards, Diego A. Fons. ___ gtk

GtkEntry Popup menu

2007-09-15 Thread Diego A. Fons
anyone have this inconvenient? What could be the reason of it? How can i disable the pop up? Thanks regards, Diego A. Fons. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

ToggleButton style

2007-08-22 Thread Diego A. Fons
(or reading). Regards, Diego A. Fons. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

ToggleButton style

2007-08-22 Thread Diego A. Fons
Sorry for my mistake, here is the rc style file, in case i can help. pixmap_path /usr/share/pixmaps style my-button { xthickness = 0 ythickness = 0 engine pixmap { image { function = BOX state= ACTIVE

Custom Buttons

2007-08-16 Thread Diego A. Fons
Hi, I have to render a custom button, i mean, a button with particular shape, so my question is what's the correct way to render a custom button? can i use the pixbuf engine for displaying pressed and no pressed images? Do i need to build an engine? Regards, Diego A. Fons

HTML widget

2007-08-01 Thread Diego A. Fons
Hi, I have to display some kind of help within an application and that help has to be a HTML file, so my question is if there is a widget i could use to display HTML in a GTK+ application. Thanks, Diego A. Fons. ___ gtk-list mailing list gtk-list

Enabling accessibility

2007-07-23 Thread Diego A. Fons
already have the ATK library built. Did anyone build an application which uses accessibility? What's a good start point? The application has to be GTK+, ATK+ only (not using GNOME stuff). Regards, Diego A. Fons. ___ gtk-list mailing list gtk-list@gnome.org

Problem building GTK+ with linux fb

2007-04-30 Thread Diego A. Fons
]: Leaving directory `/home/dfons/gtk+-2.10.11/gtk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dfons/gtk+-2.10.11' make: *** [all] Error 2 Does anyone build GTK+ with frame buffer withput problems? What could be the reason of this error? Regards, Diego A. Fons