Re: ComboBox and TreeStore

2006-11-09 Thread ensonic
hi, you need to add the renderers! The ComboBox uses a tree model. Look how its done there. Stefan On 10:23:22 pm 09/11/2006 Mark Richardson <[EMAIL PROTECTED]> wrote: > Having some difficulty with a combo box and associated tree store. > When I do this, nothing shows up... > > GtkTreeStore *m

Focus on GtkNoteBook, GtkIconView etc

2006-11-09 Thread Madhusudan E
Hi All, Is there a way to get the focus on : 1. Tabs of GtkNoteBook, 2. Focus on First icon in the GtkIconView As soon as the Gtk application Launch. I am facing this problem as iconview and notebook accept focus by themselves. I am able to focus on tabs or the icons only after the first key pres

Re: ComboBox and TreeStore

2006-11-09 Thread Mark Richardson
Thank you for your help - that worked. I've worked with tree views and I should have seen the similarity (didn't see that the combo box needed to be type cast to a cell layout). Mark PS - I'll make sure to stay on gtk-app-devel-list - my bad. David Neèas (Yeti) <[EMAIL PROTECTED]> wrote

Re: ComboBox and TreeStore

2006-11-09 Thread Yeti
On Thu, Nov 09, 2006 at 01:23:22PM -0800, Mark Richardson wrote: > Having some difficulty with a combo box and associated tree store. When I do > this, nothing shows up... > > GtkTreeStore *myTreeStore=gtk_tree_store_new(1, G_TYPE_STRING); > GtkWidget *myComboBox=lookup_widget(mainWindow,

ComboBox and TreeStore

2006-11-09 Thread Mark Richardson
Having some difficulty with a combo box and associated tree store. When I do this, nothing shows up... GtkTreeStore *myTreeStore=gtk_tree_store_new(1, G_TYPE_STRING); GtkWidget *myComboBox=lookup_widget(mainWindow, "myComboBox"); gtk_combo_box_set_model(GTK_COMBO_BOX(myComboBox), GTK_T

Re: Double Buffering

2006-11-09 Thread Gian Mario Tagliaretti
2006/11/9, Matthew Yaconis <[EMAIL PROTECTED]>: > I'm looking to do some double buffered 2D animation in a GTK application. > What is the best way to go about this? Are there double buffered GTK > widgets or would I be better off using OpenGL or some other libraries? Gtk+ is double buffered (at G

Double Buffering

2006-11-09 Thread Matthew Yaconis
I tried searching the mailing list but the search seems to still be down from July... I'm looking to do some double buffered 2D animation in a GTK application. What is the best way to go about this? Are there double buffered GTK widgets or would I be better off using OpenGL or some other libra

Re: add a cursor...

2006-11-09 Thread Stefan Kost
Hi. [EMAIL PROTECTED] wrote: > Hi!! > i've an x-y plot created with GTk! > I'd like that after clicking in one of the plotted points, appear a cursor and > then i can move it throught all the plotted points!! > Is it possible?? > I would draw a cursor like object over the points. It would be a b

New GnomeDb support for Glade3

2006-11-09 Thread Daniel Espinosa
Attached you'll find the directories, files and so to add Glade3 the initial support for GnomeDB library. You'll find the MakeFile.am's and configure.in used to create the enviroment variables and MakeFile's I had a problem, even I'm sure the modifications in the Makefile.am's and configure.in ar

Re: GtkStatusIcon and popup menu

2006-11-09 Thread Peter Lund
On Tue, 2006-11-07 at 02:27 +0100, Chris tophe wrote: > Because GtkStatusIcon is not a widget. Ah. I use the EggTrayIcon code because I used (and still use) GTK+ 2.8. -Peter ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail