Colors in pixmap

2005-09-22 Thread sadhees kumar
Friends, I want to draw lines and rectangles in pixmap with different colors . Afetr that, i will display the pixmap contend to drawing area. But, I do not know how to draw the lines with different colors. can anyone help me? Sample program will be more usefull.. Regards, K.Sadheeskumar

Re: Children and precedence.

2005-09-22 Thread Gian Mario Tagliaretti
2005/9/22, oracle nine <[EMAIL PROTECTED]>: > Is it possible to make a child window stay top level? Have a look at: http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-modal http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-transient-for cheers -- Gian

Children and precedence.

2005-09-22 Thread oracle nine
Is it possible to make a child window stay top level? I want the main window to be deactivated while certain child dialogs are open. I achieved this by using gtk_widget_set_sensitive(). Unfortunatly, If the user mistakenly clicks the screen out side of the dialog window, the parent window comes

Re: [Gtk#] TreeView.

2005-09-22 Thread Nicolas Cormier
On 9/22/05, Christian Neumair <[EMAIL PROTECTED]> wrote: > Am Dienstag, den 20.09.2005, 20:05 +0200 schrieb Nicolas Cormier: > > I have a Treeview and I want to active the EnterNotifyEvent when a the > > user's cursor is on a row. > > > > I active the EnterNotifyEvent for the treeview but it works

Re: [Gtk#] TreeView.

2005-09-22 Thread Christian Neumair
Am Dienstag, den 20.09.2005, 20:05 +0200 schrieb Nicolas Cormier: > I have a Treeview and I want to active the EnterNotifyEvent when a the > user's cursor is on a row. > > I active the EnterNotifyEvent for the treeview but it works only for > the entire of the widget. See [1] for a patch against