Re: Focus on vbox contained widget

2005-09-21 Thread Razvan Gavril
my mail on the list, it doesn't automatically CC-it to the mailing. Please answer me in private so we don't go offtopic with this. Thx. -- Razvan Gavril [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnom

Focus on vbox contained widget

2005-09-17 Thread Razvan Gavril
Hi, I have a GtkVBox that contains all kind of widgets. Is there a way to be notified when one of the contained widgets grabs the focus or when the user clicks on any of the those widget ? -- Razvan Gavril [EMAIL PROTECTED] ___ gtk-app-devel-list

GtkTreeView: speed optimization with display problems

2005-09-12 Thread Razvan Gavril
her parameters that i can't know. My question: is there a way to use gtk_tree_view_set_fixed_height_mode(), without setting the sizing of the columns to GTK_TREE_VIEW_COLUMN_FIXED, or is there a way to get rid of the 0 width behavior. -- Razvan Gavril [EMAIL PROTECTED] __

Fwd: Fwd: Iserting in a sortable tree

2005-09-09 Thread Razvan Gavril
-- Forwarded message -- From: Tim Müller <[EMAIL PROTECTED]> Date: Sep 8, 2005 2:17 PM Subject: Re: Fwd: Iserting in a sortable tree To: Razvan Gavril <[EMAIL PROTECTED]> On Thu, 2005-09-08 at 13:23 +0300, Razvan Gavril wrote: > Hi, i have a question that i also po

Iserting in a sortable tree

2005-09-07 Thread Razvan Gavril
that i missed when RTFM-ing but : how to i disable sorting while inserting rows ?, now my sort function is called after every insertion. :( -- Razvan Gavril [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail

GtkTreeView Row Style or Color

2005-08-29 Thread Razvan Gavril
. -- Razvan Gavril [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Custom (Composed) Widget

2005-08-23 Thread Razvan Gavril
anel_set_directory ("/home"); gtk_container_add (some_container, GTK_WIDGET(panel)); The Question : What property/method of the GtkWidget should i rewrite to do this, having in mind that i already have a property in my class (view) that represents the view of my object. Where can i find a tutorial

Unknown number of columns in a GtkListStore

2005-07-22 Thread Razvan Gavril
I want to display the results of a user entered sql query in a GtkTreeView (List). The only problem that i have is the the number of columns in the list is only known at runtime (no of cols returned by sql query). How can i create a GtkListStore with a dynamic number of columns ? -- Razvan

Printing with gtk on windows

2005-07-21 Thread Razvan Gavril
I need to do some printing in a gtk application that runs on windows os and i can't find any starting point to look for documentation. Can anyone help me ? -- Razvan Gavril [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel

Treeview columns used only for sorting

2005-06-25 Thread Razvan Gavril
I'm kind of new to gtk programming and have a question about how to do a tree view sorting. I have a treeview that displays a list of files. In that treeview i have 2 columns: one that display the date when the file was last modified and one that display it's size. I want to be able to sort this