Re: How to stack widgets or GtkFixed doesn't seem to work well for stacking

2006-05-12 Thread Murray Cumming
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 you

Jumping through multiple windows

2006-05-12 Thread icecoolcsw
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

Problem with row coloring

2006-05-12 Thread Sailaxmi korada
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,

gtk_ststusbar_push!!!

2006-05-12 Thread ferri_marllo
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 process

Deactivate tabs in GtkNotebook

2006-05-12 Thread Ken Siersma
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

RE:RE: mouse click problem

2006-05-12 Thread rachit goel
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

Re: Deactivate tabs in GtkNotebook

2006-05-12 Thread Tristan Van Berkom
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

Warning on gtk_list_store_clear()

2006-05-12 Thread Juan Pablo
-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: