I'm using a multiline text widget and I would like to limit the length
of text on each line.
Can someone share how I can accomplish this?
Thanks,
Steve
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listi
I'm using Glade to design a front-end for my application. My question is
how to I get the answer from
the combobox? The gtk documentation for the functions that I'm trying to
use tell me that I can only use these
functions if the combobox was created using gtk_combo_box_new_text().
Well, if I'm
Hi,
I need to know how to insert and delete items from a ComboboxEntry.
I've read through the docs but I'm stilled confused.
Thanks,
Steve
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-d
Hi,
I'd like to know if there is a way to change/set the color of a widget.
All default
colors seem to be a dull gray color. I'd like to make my application
more visually
appealing.
Thanks for any help,
Steve
___
gtk-app-devel-list mailing list
gtk-a
I'd like to get an idea on what development processes and tools tools
people are using
for their Gtk/C applications. My previous experience was object
oriented and included C++/Java/C#.
We used a number to different development processes such as RUP and
others. I now work in a small
group and
I have created a GList with the following code :
GList *my_list;
GtkTreeSelection *selection;
GtkTreeModel *model;
selection = gtk_tree_view_get_selection(list_file_treeview);
model = gtk_tree_view_get_model(list_file_treeview);
my_list = gtk_tree_select
How do you determine which radio button is selected? I would think that
there
would be a procedure like gtk_radio_button_group_get_selected(), but I
don't
see one. So, if you know I would appreciate some help.
Thanks in advance,
Steve Boyls
___
gtk-ap