On Tuesday 08 November 2005 05:31, Olivier Sessink wrote:
> Dennis Morgan wrote:
> > Hi,
> > i am just wondering if there is a way to halt a call back till another one
> > has finished using a function?
>
> there is a g_signal_handler_block() function which does this
Hi,
i am just wondering if there is a way to halt a call back till another one has
finished using a function?
At present,. i am using a treeview to display a list_store of the contents of a
directory.
at present i am running into probs when its a large directory, and if i click
on its parent,
> > hey eveyone,
> >
> > This may sound really stupid.
> > but what is the easiest way to obtain the GtkTreeIter of a newly created
> > row?
>
> When you add a row with gtk_tree_store_append or cousins, the
> GtkTreeIter is stored in the variable you pass to it as second
> parameter. It's a retu
hey eveyone,
This may sound really stupid.
but what is the easiest way to obtain the GtkTreeIter of a newly created
row?
I have a function which adds 2 or more rows but the second and subsequent rows
must be a child of the one before..
all the nodes are based on the path to a file..
ie /home /
On Sunday 23 October 2005 03:34, Fabio Marzocca wrote:
> On 10/22/05, Dennis Morgan <[EMAIL PROTECTED]> wrote:
> > Hi,
> > it seems to work okay when i try to update it in the same function
> > in which the column is created but when its changed away
> &g
Hi,
This may sound really stupid, how do you go about updating the information that
is displayed in a treeview
when the underlying TreeStore or ListStore has had rows added to it.
Presently this is what i have:
enum { FILE_NAME,DATE_CREATED,LAST_MODIFIED,
LAST_ACCESSED,USER_ID,GROUP_ID,P
ok this may be off topic. and wrong..
would it be just a lot better once Xara is ported... to just release widgets
which can use xara?
What is stopping someone writing GTK+ widgets that use it? and just releasing
the source for said widgets
it would mean GTK+ itself doesn't at all get touched