Hi, Ian,
What I want is do something like this:
1. In my main app create a status bar and the text editor.
2. In the status bar create some empty panes without the text or the control.
3. Whenever the cursor in text control moves, I will update the text in one of the panes, leaving
the other panes untouched.
But I need a way to create an empty pane in the status bar (no control, no text)...
Thank you.
-----Original Message----- From: Ian Liu Sent: Jun 3, 2009 4:51 PM To: ikorot earthlink net Cc: Gnome List Subject: Re: Passing NULL to the function
I don't understand why you would do that.. If you are talking about reordering, take a look at gtk_box_reorder_child
Cheers, Ian L.
On Wed, Jun 3, 2009 at 4:40 PM, <ikorot earthlink net> wrote:
Hi, ALL, I am wondering if it is possible to pass NULL to gtk_box_pack_start/gtk_box_pack_end?
Something like this:
gtk_box_pack_start(GTK_BOX(box), NULL, TRUE, TRUE, 2);
I want to add some panes to statusbar first, and then put some text on them.
Thank you. _______________________________________________ gtk-list mailing list gtk-list gnome org http://mail.gnome.org/mailman/listinfo/gtk-list
|