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
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
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
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
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
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
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
> 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
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
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);
10 matches
Mail list logo