Re: Re: Re: simple project Gtkmm + Glade

2012-10-08 Thread a gander
On 8 October 2012 05:05, Dmitry Kruglov l...@secy.biz wrote: AND this gtkmm3, but i use gtkmm2-4. please get me work example gtkmm 2.4 + glade. Changing this: PKG_CHECK_MODULES([HELLOWORLD], [gtkmm-3.0 = 3.0.0]) to: PKG_CHECK_MODULES([HELLOWORLD], [gtkmm-2.4 = 2.24.2]) and its compiles

Re: simple project Gtkmm + Glade

2012-10-08 Thread Kjell Ahlstedt
In a previous email you had problems with Gtk::Application. That's because Gtk::Application does not exist in gtkmm-2.4. As you have noticed the examples that are linked from the gtkmm tutorial, http://developer.gnome.org/gtkmm-tutorial/stable/, are written for gtkmm 3. Corresponding examples

Re: bug with Gtk::ScrolledWindow

2012-10-08 Thread Kjell Ahlstedt
2012-10-07 21:42, Jonas Platte skrev: Am 05.10.2012 06:06, schrieb Ian Martin: On 05/10/12 03:04, Jonas Platte wrote: Hello, I recently found a bug in gtkmm. I filed a bug report on launchpad (I've got no bugzilla account and didn't really search much at first):

Re: #include cstddef may declare size_t only in namespace std

2012-10-08 Thread Kjell Ahlstedt
The message I posted in July was wrong. gcc 4.7, like previous versions of gcc, declare much more in the global namespace than required by the C++ standard. See https://bugzilla.gnome.org/show_bug.cgi?id=681071#c3. Even though it's not required by gcc 4.7, I have change size_t and ptrdiff_t

Re: Stable releases soon?

2012-10-08 Thread Kjell Ahlstedt
No objection, but while investigating the fix of https://bugzilla.gnome.org/show_bug.cgi?id=673984 I noticed that there's an error in the reference documentation in the latest unstable gtkmm release, http://ftp.gnome.org/pub/GNOME/sources/gtkmm/3.5/gtkmm-3.5.13.tar.xz. The text (class names)

Re: Stable releases soon?

2012-10-08 Thread Murray Cumming
On Mon, 2012-10-08 at 10:55 +0200, Kjell Ahlstedt wrote: No objection, but while investigating the fix of https://bugzilla.gnome.org/show_bug.cgi?id=673984 I noticed that there's an error in the reference documentation in the latest unstable gtkmm release,

Re: Re: simple project Gtkmm + Glade

2012-10-08 Thread Dmitry Kruglov
Hi! http://git.gnome.org/browse/gtkmm-documentation/tree/examples/book?h=gtkmm-2-24 THANK YOU! BUT, i not found example with grid (table) ... Grid (table) present in gtkmm2-4? Best regards, Dmitry. --- оригинальное сообщение --- От: Kjell Ahlstedt kjell.ahlst...@bredband.net Дата: 08.10.2012

Re: bug with Gtk::ScrolledWindow

2012-10-08 Thread Jonas Platte
Am 08.10.2012 09:55, schrieb Kjell Ahlstedt: 2012-10-07 21:42, Jonas Platte skrev: Am 05.10.2012 06:06, schrieb Ian Martin: On 05/10/12 03:04, Jonas Platte wrote: Hello, I recently found a bug in gtkmm. I filed a bug report on launchpad (I've got no bugzilla account and didn't really search

Re: simple project Gtkmm + Glade

2012-10-08 Thread Kjell Ahlstedt
There is no Gtk::Grid in gtkmm-2.4, but there is an example with Gtk::Table here: http://git.gnome.org/browse/gtkmm-documentation/tree/examples/book/table?h=gtkmm-2-24 2012-10-08 17:12, Dmitry Kruglov skrev: Hi! http://git.gnome.org/browse/gtkmm-documentation/tree/examples/book?h=gtkmm-2-24

Gtk::ComboBox::get_active_id() documentation

2012-10-08 Thread Phil Wolff
The documentation says void Gtk::ComboBox::get_active_id(const Glib::ustring active_id) ... Changes the active row of combo_box... ... Returns: true if a row with a matching ID was found... Void, but it returns a value? g++ says no, it can't return a value. If it can't

Re: Re: simple project Gtkmm + Glade

2012-10-08 Thread Dmitry Kruglov
Hi! This no table! This button (i already look this project). Please compile this project and look. I want grid. Best regards, Dmitry. --- оригинальное сообщение --- От: Kjell Ahlstedt kjell.ahlst...@bredband.net Дата: 08.10.2012 20:05:41 Кому: Dmitry Kruglov l...@secy.biz Тема: Re: simple