Gtkmm-forge digest, Vol 1 #923 - 2 msgs
- From: gtkmm-forge-request lists sourceforge net
- To: gtkmm-forge lists sourceforge net
- Cc:
- Subject: Gtkmm-forge digest, Vol 1 #923 - 2 msgs
- Date: Sat, 14 May 2005 20:10:24 -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-admin 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 304103] Gtk::Widget:"popup_menu" and "show_help" signals not wrapped (bugzilla-daemon bugzilla gnome org)
2. [Bug 304103] Gtk::Widget:"popup_menu" and "show_help" signals not wrapped (bugzilla-daemon bugzilla gnome org)
--__--__--
Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Date: Sat, 14 May 2005 07:07:03 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 304103] Gtk::Widget:"popup_menu" and "show_help" signals not wrapped
Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=3D304103
gtkmm | general | Ver: 2.6.x
Murray Cumming changed:
What |Removed |Added
-------------------------------------------------------------------------=
---
Summary|"popup_menu" and "show_help"|Gtk::Widget:"popup_menu"=
and
|signals should be wrapped |"show_help" signals not
| |wrapped
------- Additional Comments From Murray Cumming 2005-05-14 11:07 -------
We ususually don't wrap the accessibility ("keybinding" or G_SIGNAL_ACTIO=
N)
signals. The GTK+ developers told us that these should never be used outs=
ide of
GTK+ and we had problems between 2.0 and 2.2 when they changed the signat=
ures of
the signals, breaking our build. From their point of view they were priva=
te API
that we shouldn't have been using.
But maybe this is a special case. You could ask on gtk-list whether you s=
hould
be using them to do whatever it is you are trying to do.
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Date: Sat, 14 May 2005 11:30:11 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 304103] Gtk::Widget:"popup_menu" and "show_help" signals not wrapped
Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=3D304103
gtkmm | general | Ver: 2.6.x
------- Additional Comments From Philip Langdale 2005-05-14 15:30 ------=
-
Well, in the case of 'popup_menu' that really makes no sense. Any widget =
that
has a popup menu should attach a callback to this signal. Otherwise it's
incredibly difficult to respect keybindings. Attaching to key_press and h=
ard
coding detecting for the menu and shift-f10 keys isn't acceptable because=
the
user can customise the keybinding for showing the popup menu.
As it's possible to write a widget in gtkmm, then it must be necessary to=
have
access to the popup_menu signal. It most certainly is not an internal gtk=
+
implementation detail.
http://developer.gnome.org/doc/API/2.0/gtk/gtk-migrating-checklist.html#c=
hecklist-popup-menu
------- You are receiving this mail because: -------
You are the assignee for the bug.
--__--__--
_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
End of Gtkmm-forge Digest
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]