Re: example in the gtkmm 3 docs is not working

2016-03-25 Thread Jim Charlton
Replace "auto" with "Glib::RefPtr". Then it works... jim... On 16-03-25 08:20 PM, Peter Wiehe wrote: Hello! The example in the gtkmm 3 docs is not working: https://developer.gnome.org/gtkmm-tutorial/stable/sec-basics-simple-example.html g++ says: 'app' does not name a type I use: Ubu

Re: Example of GtkSourceCompletion

2011-01-18 Thread Ardhan Madras
://geany.org [2] http://projects.gnome.org/anjuta/ --- craigbakal...@verizon.net wrote: From: craigbakalian To: aj...@knac.com Subject: Re: Example of GtkSourceCompletion Date: Tue, 18 Jan 2011 12:23:27 -0500 Hi Ardhan, It is an application that is a front end to lilypond which is a language like

Re: Example of GtkSourceCompletion

2011-01-18 Thread Miroslav Rajcic
it is undocumented, so it seems it will need effort to use this. Regards, Miroslav - Original Message - From: "Ardhan Madras" To: "craigbakalian" Cc: Sent: Tuesday, January 18, 2011 11:40 AM Subject: Re: Example of GtkSourceCompletion Hi, The Gt

Re: Example of GtkSourceCompletion

2011-01-18 Thread Ardhan Madras
Hi, The GtkSourceCompletion is obsolete, what do you want to use it for? Ardhan, --- craigbakal...@verizon.net wrote: From: craigbakalian To: gtk-app-devel-list@gnome.org Subject: Example of GtkSourceCompletion Date: Mon, 17 Jan 2011 04:23:33 -0500 Hi Is there an example imp

RE: Example programs using GtkCellRendereCombo

2006-06-01 Thread Sailaxmi korada
Greg Suarez [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 10:36 PM To: Sailaxmi korada Subject: Re: Example programs using GtkCellRendereCombo Can anyone provide me with a sample program using GTKCellRendererCombo. When I'm inserting 1, 0 into that it's being displayed as

Re: example

2005-11-22 Thread David Necas (Yeti)
On Wed, Nov 23, 2005 at 12:41:12AM +1100, ashley maher wrote: > > So it occurred to me that a properly written c_handler should return the > data required. This has proven not so. > > ... > > static void > gtree_onSelection (GtkTreeView *treeview, gpointer *data) A properly written callback shou

Re: example

2005-11-22 Thread ashley maher
On Mon, 2005-11-21 at 10:54 +, Axel Simon wrote: > On Mon, 2005-11-21 at 21:31 +1100, ashley maher wrote: > > G'day, > > > > I have followed the gtk tree view tutorial at: > > > > http://scentric.net/tutorial/. > > > > The tutorial is very good. However section: 3.5 deals with Retrieving > >

Re: example

2005-11-21 Thread Axel Simon
On Mon, 2005-11-21 at 21:31 +1100, ashley maher wrote: > G'day, > > I have followed the gtk tree view tutorial at: > > http://scentric.net/tutorial/. > > The tutorial is very good. However section: 3.5 deals with Retrieving > row data. > > This works well for data to stdout. > > However I can'