Re: Titles in Gtk::Dialogs
- From: mike lear <mikeofthenight2003 yahoo com>
- To: Glus Xof <gtglus gmail com>, Kjell Ahlstedt <kjell ahlstedt bredband net>
- Cc: "gtkmm-list gnome org" <gtkmm-list gnome org>
- Subject: Re: Titles in Gtk::Dialogs
- Date: Thu, 3 Apr 2014 00:01:54 -0700 (PDT)
Hello,
I recieved a warning whilst running your program regarding the order of
initialization in the Constructor.
// Constructor initializer list is in the wrong order it should be:
DialogTest::DialogTest() : vbox (Gtk::ORIENTATION_VERTICAL, 5), label ("Label") {
// DialogTest::DialogTest() : label ("Label"), vbox (Gtk::ORIENTATION_VERTICAL, 5) {
//
// My compiler g++ on Fedora 20 running Gnome with Xfce shows the following warning regarding this.
// In constructor ‘DialogTest::DialogTest()’:
// warning: ‘DialogTest::label’ will be initialized after [-Wreorder]
// Gtk::Label label;
The Label looks normal under Gnome on
my setup.
regards Mike
On Wednesday, 2 April 2014, 21:29, Glus Xof <gtglus gmail com> wrote:
Dear Mr. Kjell,
I just discovered that this behavior could be noticed in KDE Plasma Environment... but not in Gnome...
Glus
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]