GTK 1.3.1 text widgets correction

2000-08-01 Thread Shaker AL-Ghanmy
Hello, I am talking about the new gtk 1.3.1 that works with Pango API's . What is the difference between the original text_widget and the new text_view_widget ? I have two functions that work on the gtkwidget class :- 1. gtk_widget_set_direction(GtkWidget *anything1 , GtkTextDirection *anything2

gtk_widget_set_style() and themes

2000-08-01 Thread Omar Barneto
How can I change a button's selected and prelight color and keep the original theme appearance for the normal color? What I'm doing is use gtk_widget_get_style(), set the two colors on the style and then gtk_widget_set_style(). When I do that, the three colors are apparently set and the theme appe

slot difficulties

2000-08-01 Thread Arun Thomas
I'm having a bit of trouble with slots. I created a ComboWCB class with a member function called Callback. This class is derived from the Combo class. I then write: ComboWCB *NewCombo = manage(new ComboWCB); ... NewCombo->get_popwin()->unmap_event.connect( slot(NewCombo, &ComboWCB::Callback) );

selecting text area

2000-08-01 Thread jainrv
hello all, just needed a signal to be emitted whenever region of text is selected by keyboard or mouse pressing (in a object of type GTK_TEXT), couldn't find one such type. just wanted to know if or how that is done. rinu ___ gtk-list mailing list [EMA

Re: GTK 1.3.1 text widgets correction

2000-08-01 Thread Havoc Pennington
Shaker AL-Ghanmy <[EMAIL PROTECTED]> writes: > Hello, > I am talking about the new gtk 1.3.1 that > works with Pango API's . > > What is the difference between the original > text_widget > and the new text_view_widget ? > The new widget is supported and will work. The old widget is deprecated.

Where can i get gtk 1.3.1

2000-08-01 Thread M.N.S.S.K.Pavan Kumar
Hi, I have been reading the mails where reference to gtk1.3.1 is made. I did not even recieve any info about its release. Can you please tell me where I can get the new release if it is released. Pavan ___ gtk-list mailing list [EMAIL

Re: Where can i get gtk 1.3.1

2000-08-01 Thread Vlad Harchev
On Wed, 2 Aug 2000, M.N.S.S.K.Pavan Kumar wrote: Hi, > > Hi, > I have been reading the mails where reference to gtk1.3.1 is made. > I did not even recieve any info about its release. Can you please tell me > where I can get the new release if it is released. Here are locations: GLib