Fwd: Vector Images and GTK

2005-08-25 Thread Raghavendra
Can libwmf built into gtk to display vectors? Hello everybody, I am developing a GTK application in FC3 linux. The images for the application are provided by the client as WMF formats. As this application will be dynamic i have to include those files as it is. I heard that vector images like WMF

Re: Image manipulation

2005-08-25 Thread Arx Henrique
Thanks, i found this site http://cybernetics.freewebspace.com/gtk/improc/node5.html there's many cool things there :D On 8/25/05, Afonso Costa <[EMAIL PROTECTED]> wrote: > Hi, > > try this: http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/index.html > > Kind regards, > > Afonso > > On 8/25/

Re: Image manipulation

2005-08-25 Thread Afonso Costa
Hi, try this: http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/index.html Kind regards, Afonso On 8/25/05, Arx Henrique <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm need to manipulate image to create a dithering algoritm to a > school project, any one know some tutorial about how to manipulat

Re: A few GtkFileChooserDialog questions

2005-08-25 Thread Douglas Vechinski
On Thu, 2005-08-25 at 21:40 +0200, Sven Neumann wrote: > Hi, > > Douglas Vechinski <[EMAIL PROTECTED]> writes: > > > First, is it possible to make a GtkFileChooserDialog when in > > GTK_FILE_CHOOSER_ACTION_SAVE action to "activate" when the user presses > > Enter or Return in the name entry box s

Image manipulation

2005-08-25 Thread Arx Henrique
Hi all, I'm need to manipulate image to create a dithering algoritm to a school project, any one know some tutorial about how to manipulate image in gtk/gdk ? any help would be welcome! cheers Arx Cruz -- "A fé remove montanas, mas eu prefiro a dinamite" ___

Re: gtk_button_set_markup / animation / background color

2005-08-25 Thread Matthias Clasen
On Thu, 2005-08-25 at 11:14 -0400, Tristan Van Berkom wrote: > ramare wrote: > > Dear all, > > > > I'm working on the look and feel of my gtk application. > > -- first : many thanks for those who developped this stuff :-) > > -- second : gtk_label_set_markup is great > > but ho

trouble with gtk_editable_set_editable

2005-08-25 Thread Tomaz Canabrava
The Problem: when i try to deactivate a GtkSpinButton widget, it *DOES*, but only by the keyboard. if i try to use it in the not active mode using the arrows atached to it, the value is changed. anyone knows how to stop the buttons working when i try to deactivate the Spinbutton? The Code: stat

A few GtkFileChooserDialog questions

2005-08-25 Thread Douglas Vechinski
Couple of questions concerning the GtkFileChooserDialog. First, is it possible to make a GtkFileChooserDialog when in GTK_FILE_CHOOSER_ACTION_SAVE action to "activate" when the user presses Enter or Return in the name entry box so that one does not have to move the mouse to the Save button? Secon

Re: gtk_button_set_markup / animation / background color

2005-08-25 Thread Tristan Van Berkom
ramare wrote: Dear all, I'm working on the look and feel of my gtk application. -- first : many thanks for those who developped this stuff :-) -- second : gtk_label_set_markup is great but how do I do that with button instead ? The only way is to put a label ins

Re: creating a entry "mask"

2005-08-25 Thread Arx Henrique
Thanks a lot! On 8/24/05, Luca Cavalli <[EMAIL PROTECTED]> wrote: > On Tue, 2005-08-23 at 15:15 -0300, Arx Henrique wrote: > > Hi all > > > > anyone have some example about how create a mask for a gtkentry? > > > > like __/__/ for date, when the user digit a number if the position > > = 3 inse

Re: Attach objects to text in GtkTextview

2005-08-25 Thread Matthias Clasen
On Thu, 2005-08-25 at 15:14 +0100, Mathias Andre wrote: > Hi, > I'm using a GtkTextView to display some text. > Now what'd I'd like to do is to attach some extra informations to words. > For example attach a file's uri to a particular word (like a link in web > browser). I could attach a GtkTextTa

Attach objects to text in GtkTextview

2005-08-25 Thread Mathias Andre
Hi, I'm using a GtkTextView to display some text. Now what'd I'd like to do is to attach some extra informations to words. For example attach a file's uri to a particular word (like a link in web browser). I could attach a GtkTextTag to a word, but then I would need to create one different TextTag

how to create our own help info

2005-08-25 Thread harshavardhanreddy mandeepala
Hi I am using FC3. using glade ,gtk,gnome how to create our own helpinformation for any project . we developed one project using glade and gtk programming. in that we have one button for help . if i click help it should display help information about my project. like we get if we click on help of a

gtk_button_set_markup / animation / background color

2005-08-25 Thread ramare
Dear all, I'm working on the look and feel of my gtk application. -- first : many thanks for those who developped this stuff :-) -- second : gtk_label_set_markup is great but how do I do that with button instead ? The only way is to put a label inside my button ?

Vector Images and GTK

2005-08-25 Thread Raghavendra
Hello everybody, I am developing a GTK application in FC3 linux. The images for the application are provided by the client as WMF formats. As this application will be dynamic i have to include those files as it is. I heard that vector images like WMF gets rasterized when opened in GIMP. Is that w

Re: Partially disable checkbox

2005-08-25 Thread Greg Breland
Disregard this question. Apparently a treeview without a model doesn't emit the button-press-event. I can live with that, just have to re-factor my code a bit. On Wed, 2005-08-24 at 09:13, Greg Breland wrote: > I also have a problem detecting a mouse click on a treeview control. > I'm currently