Gtkmm-forge Digest, Vol 13, Issue 2
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Subject: Gtkmm-forge Digest, Vol 13, Issue 2
- Date: Tue, 05 Jun 2007 02:50:00 -0700
Send Gtkmm-forge mailing list submissions to
gtkmm-forge lists sourceforge net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
gtkmm-forge-request lists sourceforge net
You can reach the person managing the list at
gtkmm-forge-owner lists sourceforge net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."
gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla. A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.
Today's Topics:
1. [Bug 442284] non-const Gtk::Notebook methods: get_n_pages()
page_num() (gtkmm (bugzilla.gnome.org))
2. [Bug 443586] New: Introduction to TreeView is misleading
(gtkmm (bugzilla.gnome.org))
3. [Bug 440888] The gtk-save stock icon was not included in the
Windows Gtkmm-2.10 edition (gtkmm (bugzilla.gnome.org))
4. [Bug 350870] Extend gmmproc documentation
(gtkmm (bugzilla.gnome.org))
5. [Bug 443319] error: â??class Gtk::Windowâ?? has no member
named â??set_deletableâ?? (gtkmm (bugzilla.gnome.org))
6. [Bug 443319] error: â??class Gtk::Windowâ?? has no member
named â??set_deletableâ?? (gtkmm (bugzilla.gnome.org))
7. [Bug 443319] error: â??class Gtk::Windowâ?? has no member
named â??set_deletableâ?? (gtkmm (bugzilla.gnome.org))
8. [Bug 443319] error: â??class Gtk::Windowâ?? has no member
named â??set_deletableâ?? (gtkmm (bugzilla.gnome.org))
----------------------------------------------------------------------
Message: 1
Date: Sat, 2 Jun 2007 21:31:08 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 442284] non-const Gtk::Notebook
methods: get_n_pages() page_num()
To: gtkmm-forge lists sourceforge net
Message-ID: <20070602213108 6F7606C41D4 box gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=442284
gtkmm | general | Ver: 2.10.x
Murray Cumming changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |murrayc murrayc com
------- Comment #1 from Murray Cumming 2007-06-02 21:31 UTC -------
OK. We should add const versions of these functions and deprecate the non-const
ones. A patch would be welcome.
As a workaround for now, a const_cast<> can be used.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=442284.
------------------------------
Message: 2
Date: Sun, 3 Jun 2007 15:10:43 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 443586] New: Introduction to TreeView
is misleading
To: gtkmm-forge lists sourceforge net
Message-ID: <bug-443586-5595 http bugzilla gnome org/>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=443586
gtkmm | documentation | Ver: unspecified
Summary: Introduction to TreeView is misleading
Product: gtkmm
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: documentation
AssignedTo: gtkmm-forge lists sourceforge net
ReportedBy: rob pearce bdt-home demon co uk
GNOME version: Unspecified
GNOME milestone: Unspecified
About 2/3 of the way down the first page of chapter 8 of the GTKmm book, where
the TreeModel/TreeView scheme is discussed, there is a code extract of how to
declare a TreeModelColumnRecord. This example looks as if it intends that a
static instance of the derived class should be created.
I am told that this is not the intention, and that this reference instance
should be a member of the TreeModel-derived class.
Also, the reference documentation for Gtk::TreeModel::ColumnRecord explicitly
states:
Thus it's absolutely legal to use a statically allocated
TreeModel::ColumnRecord (as long as you make sure it's instantiated after
Gtk::Main), even when creating multiple models from it.
Given the difficulty of ensuring order of instantiation of static objects, this
wording could possibly also do with tweaking.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=443586.
------------------------------
Message: 3
Date: Sun, 3 Jun 2007 19:28:39 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 440888] The gtk-save stock icon was not
included in the Windows Gtkmm-2.10 edition
To: gtkmm-forge lists sourceforge net
Message-ID: <20070603192840 03D4A6C41DF box gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=440888
gtkmm | general | Ver: 2.10.x
------- Comment #1 from Cedric Gustin 2007-06-03 19:28 UTC -------
This is not a gtkmm issue but a GTK+ one. If you use the gladewin32 GTK+
binaries, please update to the latest release (currently 2.10.11).
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=440888.
------------------------------
Message: 4
Date: Mon, 4 Jun 2007 09:25:17 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [gtkmm bugzilla] [Bug 350870] Extend gmmproc documentation
To: gtkmm-forge lists sourceforge net
Message-ID: <20070604092517 7FE866C41BF box gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=350870
gtkmm | reference documentation | Ver: unspecified
------- Comment #2 from Murray Cumming 2007-06-04 09:25 UTC -------
I've added an example of the use of _CONSTRUCT(), along with a section for the
constructor and _WRAP_CREATE() macros.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=350870.
------------------------------
Message: 5
Date: Mon, 4 Jun 2007 22:04:01 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [Bug 443319] error: â??class Gtk::Windowâ?? has no member
named â??set_deletableâ??
To: gtkmm-forge lists sourceforge net
Message-ID: <20070604220401 59D886C4220 box gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=443319
gtkmm | general | Ver: 2.4
Seweryn Habdank-Wojew?dzki changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |UNCONFIRMED
------- Comment #2 from Seweryn Habdank-Wojew?dzki 2007-06-04 22:04 UTC -------
I have 2.8.3.
So probably is the point.
Thanks.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=443319.
------------------------------
Message: 6
Date: Mon, 4 Jun 2007 22:17:59 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [Bug 443319] error: â??class Gtk::Windowâ?? has no member
named â??set_deletableâ??
To: gtkmm-forge lists sourceforge net
Message-ID: <20070604221759 357046C419E box gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=443319
gtkmm | general | Ver: 2.4
------- Comment #3 from Seweryn Habdank-Wojew?dzki 2007-06-04 22:17 UTC -------
Hi!
By the way a have tried to do workaround for that:
gtk_window_set_deletable (mywindow.gobj(),false);
and it behaves good on linux, but on windows it behaves strange
- like default minimization.
Regards.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=443319.
------------------------------
Message: 7
Date: Mon, 4 Jun 2007 22:46:29 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [Bug 443319] error: â??class Gtk::Windowâ?? has no member
named â??set_deletableâ??
To: gtkmm-forge lists sourceforge net
Message-ID: <20070604224629 CB04E6C422F box gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=443319
gtkmm | general | Ver: 2.4
jonner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |NOTABUG
------- Comment #4 from jonner 2007-06-04 22:46 UTC -------
if you have an issue with gtk_window_set_deletable(), you should probably file
a request against GTK+.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=443319.
------------------------------
Message: 8
Date: Tue, 5 Jun 2007 09:49:58 +0000 (UTC)
From: "gtkmm (bugzilla.gnome.org)"
<bugzilla-daemon bugzilla gnome org>
Subject: [Bug 443319] error: â??class Gtk::Windowâ?? has no member
named â??set_deletableâ??
To: gtkmm-forge lists sourceforge net
Message-ID: <20070605094958 5079B6C4285 box gnome org>
Content-Type: text/plain; charset=utf-8
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=443319
gtkmm | general | Ver: 2.4
------- Comment #5 from Seweryn Habdank-Wojew?dzki 2007-06-05 09:49 UTC -------
Hi
Of course, but I want to say just that it is possible to use workaround.
Regards.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=443319.
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest, Vol 13, Issue 2
******************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]