shape masked widgets on gtk 2.8.x

2005-09-20 Thread Calin Vatavu
Hello, I've been trying for some time to develop a program that can move icons on a canvas, but if the icons are shape masked it looks very ugly. The masked area of the icon is messed up. See for yourself in the following code: X--- #include gtk/gtk.h

crossing event

2005-08-25 Thread Calin Vatavu
Hi, how can I detect the key state when the mouse pointer enter/leaves a widget area? The event-crossing.state variable doesn't seem to be updated (it's zero even if I'm holding CTRL or ALT down). Thanks -- ___ Get your free email from

Focus handling

2005-08-18 Thread Calin Vatavu
Hello everyone, I have an entry in fixed widget contained by an event_box and the event box gets all the keystrokes until you click on the text entry. What I want is when I click back on the event box's background the keyboard focus to switch back to the event_box so that it gets all the

how to export tree branches

2002-04-24 Thread Calin Vatavu
Hi Back in gtk-1.2 there was a gtk_ctree_export_to_gnode function if one wants to copy/remove a branch from one ctree and insert it in another/the same ctree. Does gtk-2.0's GtkTreeModel have something similar? I've found the gtk_tree_model_foreach function which allows me to call a

ediatble cells in keypress callback

2002-04-17 Thread Calin Vatavu
It seems that if I insert rows in a GtkTreeStore from a keypress callback it's cells are not editable like the other ones... Am I missing something? Thanks ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

preserving row expansion/collapsing

2002-04-10 Thread Calin Vatavu
Back in gtk-1.2 the preserving of row expansion/collapsing state was a feature in GtkCTree widget. But now, in GtkTreeView, when a row is collapsed and expanded again it's children are all collapsed no matter how they were before. Probably there's an option in GtkTreeView which modifies

2.0.0 - 2.0.1 patch

2002-04-02 Thread Calin Vatavu
Hello. It seems that there are no diffs in the 2.0 branch (niether 1.3). Can anyone put the 2.0.0-2.0.1 diff on the ftp space? Thanks ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list