Re: libglademm connect_clicked patch

2007-05-19 Thread Dave Moore
On 5/17/07, Murray Cumming <[EMAIL PROTECTED]> wrote: It looks good. Could you please submit a patch to bugzilla: http://www.gtkmm.org/bugs.shtml#CreatingPatches OK. I posted a bug and the patch on bugzilla. Any idea on the odds of this making it into the next release? dave _

Goocanvas issues

2007-05-19 Thread Paul Davis
Hey, I'm running into a some new issues with these wrappings. The biggest roadblock right now is the wrapping of GooCanvasTable. Its got a list of child properties and I'm not sure on the best way to wrap them. I looked at Gtk::Table and its implementation. It uses a Table_Helpers::Child class th

Re: Trouble wrapping properties

2007-05-19 Thread Paul Davis
On 5/19/07, Paul Davis <[EMAIL PROTECTED]> wrote: > Hey, > > I'm working more on wrapping goocanvas. I'm having a bit of trouble > figuring out how to wrap some of the properties. > > Specifically, the property "antialias" for GooCanvasItemModelSimple is > listed as taking a parameter GooCairoAntia

Trouble wrapping properties

2007-05-19 Thread Paul Davis
Hey, I'm working more on wrapping goocanvas. I'm having a bit of trouble figuring out how to wrap some of the properties. Specifically, the property "antialias" for GooCanvasItemModelSimple is listed as taking a parameter GooCairoAntialias. I haven't got the slightest idea on what type I should

Re: FileChooserDialog sort order

2007-05-19 Thread Murray Cumming
On Sat, 2007-05-19 at 17:09 +0200, Ludwig Hähne wrote: > Hello, > > In the Gtkmm application I'm working on the user always has to switch > the sort order of the file chooser dialog to account for the file naming > scheme employed here. Therefore I searched for ways to alter the sort > order of th

FileChooserDialog sort order

2007-05-19 Thread Ludwig Hähne
Hello, In the Gtkmm application I'm working on the user always has to switch the sort order of the file chooser dialog to account for the file naming scheme employed here. Therefore I searched for ways to alter the sort order of the FileChooserDialog so that it sorts the files displayed by date in

Re: Binding run-time data

2007-05-19 Thread Armin Burgmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Germán Diago wrote: > Hello. I'm using gtkmm to make a little program. > > The program has some entries and a button. > > When the button is clicked, I'd like to get the data inside the entries. > > So I'd like my on_button_clicked slot to be like t

Binding run-time data

2007-05-19 Thread Germán Diago
Hello. I'm using gtkmm to make a little program. The program has some entries and a button. When the button is clicked, I'd like to get the data inside the entries. So I'd like my on_button_clicked slot to be like this: void on_button_clicked(int data1, int data2); If I use bind, the data is