Re: GTK+ 2.99.3 released

2011-02-04 Thread craigbakalian
Is there a glib version I should download and install? There are many on the the Gtk+ site. I don't know what one is compatible with Gtk3. Do I need git to download the latest Glib? Craig Bakalian On Wed, 2011-02-02 at 20:47 +0100, Jaroslav Šmíd wrote: > > I am running ubuntu 10.10 and Gnome 2

Re: GTK+ 2.99.3 released

2011-02-02 Thread craigbakalian
> GTK+ 2.99.3 released Hi, I am running ubuntu 10.10 and Gnome 2.32.0. I am a bit afraid to update via a install from a tar download because of all the dependence issues on ubuntu. Is there a way to update via command line or synaptic? Also, I just finished an app. I did work on it for about

Re: motion_notify_event

2011-01-30 Thread craigbakalian
GtkObject ?? There, I am done complaining. I did implement a work-around of my problem. Craig Bakalian On Sat, 2011-01-29 at 20:10 +0100, David Nečas wrote: > On Sat, Jan 29, 2011 at 06:02:59AM -0500, craigbakalian wrote: > > Can a GtkImage call a motion_notify_event. Or, better stated

motion_notify_event

2011-01-29 Thread craigbakalian
Hi, Can a GtkImage call a motion_notify_event. Or, better stated, can I do this-> GtkImage *image; gtk_widget_add_events(image, GDK_POINTER_MOTION_MASK); g_signal_connect(G_OBJECT(image), "motion_notify_event", G_CALLBACK(motion_notify), NULL); I am asking this because it isn't firing my callba

Re: gtk-app-devel-list Digest, Vol 81, Issue 20

2011-01-20 Thread craigbakalian
Hi, I did some hacking into this. If you want a simple form of completion you can use the following implementation- #include #include #include #include GtkSourceCompletionWords *prov_words; comp = gtk_source_view_get_completion (GTK_SOURCE_VIEW (textview)); prov_words = gtk_source_complet

Example of GtkSourceCompletion

2011-01-17 Thread craigbakalian
Hi Is there an example implementation of GtkSourceCompletion out there somewhere in internet land? I can't find one. Craig Bakalian ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-l

RE: Jack And Gtk+

2011-01-16 Thread craigbakalian
Hi, I solved this problem. I inserted the g_thread_init(NULL); with gdk_threads_init(); calls in the main(); section and the callback of Jack. Everything is working. I didn't know gtk+ wasn't threadsafe until you add the above implementation. Craig Bakalian _

Jack And Gtk+

2011-01-15 Thread craigbakalian
Hi, I am working on a project to simplify music entry into lilypond files. Lilypond is a markup language like Latex, but for music. I am using jack to connect my application to a midi keyboard. The midi keyboard sends midi events to the gtk application which then transforms the midi event into l

Re: cannot launch project with glad file

2011-01-14 Thread craigbakalian
red those 2 questions, you've surely already solved the > problem. > > Cheers, > -Tristan > > On Fri, Jan 14, 2011 at 5:11 AM, craigbakalian > wrote: > > Hi, > > > > I am unable to launch my built gtk+ application from the terminal > > becau

cannot launch project with glad file

2011-01-13 Thread craigbakalian
Hi, I am unable to launch my built gtk+ application from the terminal because it cannot find the glad file, even if the glad file is right where it should be. Do I need to add something to the terminal statement when launching my application? Craig Bakalian ___

Example of Undo/Redo GtkSourceView 2.0

2011-01-12 Thread craigbakalian
Hi, Is there an example of an implementation of undo/redo with GtkSourceView 2.0? I would appreciate examining one to facilitate undo/redo in a project of mine. Craig Bakalian ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mai