On Fri, 2006-05-12 at 12:36 -0400, Ken Siersma wrote:
> Hi list,
>
> I'd like to create a notebook that has 5 different pages in it, but the
> data to be displayed in the later pages depend on the first page. I
> want the tabs for all pages to be shown in the notebook, to indicate to
> the user t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I dont know what im doing wrong, this is the code and the warning:
GtkListStore
*liststore=GTK_LIST_STORE(gtk_tree_view_get_model(treeview));
gtk_list_store_clear(liststore);
(fiscal:13786): GLib-GObject-WARNING **: IA__g_object_weak_unref:
coul
Ken Siersma wrote:
Hi list,
I'd like to create a notebook that has 5 different pages in it, but the
data to be displayed in the later pages depend on the first page. I
want the tabs for all pages to be shown in the notebook, to indicate to
the user that they need to step through the last 4 too
hi there,
thanks for the reply...
but solved that already .
actully what i did was add a timeout function for 600ms since a triple click
must occur within 1/2 a second of first click , as per gtk man pages . and set
a global time var to the events time stamp for first click .
also i i
Hi list,
I'd like to create a notebook that has 5 different pages in it, but the
data to be displayed in the later pages depend on the first page. I
want the tabs for all pages to be shown in the notebook, to indicate to
the user that they need to step through the last 4 too, but I don't want
the
Hi everyone!!
I need your help...
I built a window with glade_gtk,including an statusbar,but the problem is that
i
want to write in the statusbar,different sentences telling me about the
process...just after click one button of my window.
Like this...
first: "processing file"
(and after proces
Hi all,
I wanted to set the background color of rows in my list store. Here is the
chunk of code I'm working with, but it is not changing the color. Can anyone
help me out what is the problem
Regards
Laxmi
enum
{
COL_DRPADDR,
COL_BINVAL,
COL_HEXVAL,
COL_COLOR,
NUM_DRPCOL
Hi,
I am writing an application that when a user double clicked on an item
in the main window, it pop ups a new window ... my problem is i don't
know how to get access to the new window handler from the event
handling subroutine that generated automatically by glade. Does anyone
know the
On Thu, 2006-05-11 at 06:58 -0500, Sean Kelley wrote:
> It appers that GtkFixed is not really designed for stacking widgets as
> it does not have
> a concept of a z-axis. What gets drawn on top is purely a matter of what
> child comes last when drawing, and a similar story is with input.
>
> If yo