Re: how to display initial information of program

2011-06-22 Thread Bill Czermak
Suggest you open another window with the information displayed in it and a button which can be clicked to completely destroy the window if the user wants to do this. You can also destroy the window from your application when you know it is no longer needed. You can of course setup a containe

Re: Changing a GtkToolButton icon_widget on the fly

2011-06-22 Thread James Morris
On 22 June 2011 05:43, James wrote: > Hi, > > I've been trying to change the icon_widget that's displayed for a > toolbar button while the main window is displayed.  I can't seem to get > the actual image to change, although the functions that call > gtk_tool_button_set_icon_widget(0 do get called

Re: how to display initial information of program

2011-06-22 Thread Just Fill Bugs
On 22/06/11 14:24, jh_wang2004 wrote: Hello Bill: Thanks a lot for you answer, i'm new to GTK indeed??and please forgive my poor English. Maybe I did not clearly express the intent. My app display a login dialog at first, when user clicks button, it connects database, after connection establish