Problems with STOCK ICONS

2007-03-15 Thread Kevin DeKorte
Hi, I'm using this snippet icon_theme = gtk_icon_theme_get_default (); play_icon = gtk_icon_theme_load_icon (icon_theme, GTK_STOCK_MEDIA_PLAY, 16, 0, &error); if (error != NULL) { printf("error %s\n",error->message); g_error_free(error);

Re: How do I get the GTK+ exec. file to Install?

2007-03-15 Thread Michael L Torrie
On Thu, 2007-03-15 at 05:09 +, Kayode Arowolo wrote: > Dear gtk-app-devel-list, > > I have been trying to download the GTK+ exec files from www.gtk.org (ftp) so > that I can install on my system but all to no avail. Please help out with > suggestions on what to do. I do not understand. Wha

Re: Radio button

2007-03-15 Thread Cédric Lucantis
> My application has a number of radio buttons stored in a horizontal button > box. > > The radio buttons were created with gtk_radio_button_new_with_label and > gtk_radio_button_new_with_label_from_widget. > > Each button and its label is left-justified (aligned?) within its > allocation rectangle

Dialog closing prematurely with response code of 0

2007-03-15 Thread Kevin Lambert
I have a GtkDialog(first) which has a button on it that launches another GtkDialog (second). If I press either the Ok or the Cancel button on the second Dialog it causes both dialogs to close with the gtk_dialog_run for the first dialog returning back a code of 0 (which shouldn't be possible). The

Re: How do I get the GTK+ exec. file to Install?

2007-03-15 Thread Michael L Torrie
On Thu, 2007-03-15 at 19:15 +, Kayode Arowolo wrote: > Dear Michael, > Dear Michael, > > Thanks for your response and concern. I need to develop the GUI for my > project written in C. I want to install gtk on my laptop which runs on > windows platform. Any suggestions will be appreciated. Le

GTK calender issue ?

2007-03-15 Thread rush ta
hello.. I have developed an application for a handheld device touchscreen device !! I am using a GTK calender widget in it !! But one problem that i face is that the buttons to navigate the year & months are too small.. Can i change the size of it !! Is there a way to customize the GTK calender wi

Could I use svg as window icon?

2007-03-15 Thread Magiclouds Magicloud
Dear all, I load a svg (100x100 px) as pixbuf,then set it as a window's icon, but it seems not work Thanks. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Questions about treeview

2007-03-15 Thread Magiclouds Magicloud
Dear all, Could the text in a treeview be selected? So I can copy it or something. Thanks. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

selecting data from treeview

2007-03-15 Thread sumit kumar
Hi all, i have problem related to treeview. I am showing list of member in window using treeview. Now I want to select one out of this list. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-de

Problem related to treeview

2007-03-15 Thread sumit kumar
Hi all, i have problem related to treeview. I am showing list of member in window using treeview. Now I want to select one out of this list and after selecting that member a window should be created with that member name.How i can do that? what API i should use to connect callback to the liststore