storing and recovering settings

2005-03-27 Thread Boromir
Hi is there anyway to store and recover settings from an application that i'm coding with gtk? i know that using gnome libraries i could do it but i don't want to use gnome,just gtk to reduce memory consumption..for example to store the size of my app's main window so each time i start my program

Re: Problems with gtk_menu_popup

2005-03-26 Thread Boromir
Hi I'm trying to implement a gtk menu popup without using a button but i can't..I compile my program and when i execute it, it doesn't show the popup menu when i do a click on the window.. My idea is to show a popup menu by clicking on a window dialog instead of using a button like in the GTK 2 T

Problems with gtk_menu_popup

2005-03-25 Thread Boromir
Hi I'm trying to implement a gtk menu popup without using a button but i can't..I compile my program and when i execute it, it doesn't show the popup menu when i do a click on the window.. My idea is to show a popup menu by clicking on a window dialog instead of using a button like in the GTK 2 T