On Thu, 2006-03-02 at 13:43 +1100, [EMAIL PROTECTED] wrote:
> Tristan Van Berkom <[EMAIL PROTECTED]> wrote:
>
> >
> > Maybe you could write a custom treeview implementation to use with
> > GtkTreeStore (seems you would only have to place your cells differently
> > than treeview does); but t
Tristan Van Berkom <[EMAIL PROTECTED]> wrote:
>
> Maybe you could write a custom treeview implementation to use with
> GtkTreeStore (seems you would only have to place your cells differently
> than treeview does); but then... i dont know about doing that in Gtk#.
>
The custom treeview im
You can see http://developer.gnome.org/doc/ suggestions about books, on line
books, tutorials and more.
Best regards!!
-- Forwarded message --
From: Prabhakar Muthuswamy <[EMAIL PROTECTED]>
Date: 01-mar-2006 20:31
Subject: Suggestion for GTK+ app devlopment book
To: gtk-app-devel-
All
Is there any good book available in the market for GTK+ application
development?
Thanks
Prabhakar
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Gus Koppel wrote:
kadil wrote:
[...]
(1) the first child to be in the column next to the parent.
(2) subsequent children to be below the first child
(3) parent "cells" are to vertically span the child rows
(4) I need visible borders between the cells
(5) Just to be difficult, I want to code in
Hi all,
I am a totaly newbies in GTK+ world. I just started learning GTK+..
I am trying building an file analysis tool(like File Browser not so many
feature).
I thought my application should have three panel. Left panel for tree
view(directory with parent child relationship)
right panel for vi
Eduardo M KALINOWSKI wrote:
Well, you can always see The Gimp's source code to discover how it's
done, and them implement it in your application.
I thought about this, but the huge size of Gimp's source code is what
who discourage me to do that !
--
Colossus
Xarchiver, a Linux GTK+2 only arc
Colossus wrote:
>
> Ok, I see. Does Gimp use Gparts to accept files dragged from the
> Konqueror window ?? If it doesn't, I'm wondering which GTK functions
> one have to call to accept events from KDE window inside a GTK one !
Well, you can always see The Gimp's source code to discover how it's
d
kadil wrote:
> I may not have explained myself very well in my question to the
> world. To describe it in words, I want:
>
> (1) the first child to be in the column next to the parent.
> (2) subsequent children to be below the first child
> (3) parent "cells" are to vertically span the child row
Hi,
I have problem in detecting the drop in the destination widget (thunar
XFCE file manager). I have set my app like this:
treeview1 = gtk_tree_view_new ();
gtk_widget_set_name (treeview1, "treeview1");
gtk_widget_show (treeview1);
gtk_container_add (GTK_CONTAINER (scrolledwindow1), tre
I may not have explained myself very well in my question to the
world. To describe it in words, I want:
(1) the first child to be in the column next to the parent.
(2) subsequent children to be below the first child
(3) parent "cells" are to vertically span the child rows
(4) I need visible borde
Is there a simple way to set a focus on an item in the GtkTreeView without
changing its selection state?
I've tried using gtk_tree_view_set_cursor API, but it seems to always set
item selected too.
My current solution is to:
1. read selection state of an item
2. call gtk_tree_view_set_cursor
12 matches
Mail list logo