#4890 HIGH Update.: Need a button for exiting fullscreen mode
Zarro Boogs per Child
bugtracker at laptop.org
Sat Nov 24 06:42:46 EST 2007
#4890: Need a button for exiting fullscreen mode
--------------------------+-------------------------------------------------
Reporter: Eben | Owner: rwh
Type: enhancement | Status: new
Priority: high | Milestone: Update.1
Component: sugar | Version:
Resolution: | Keywords: review+
Verified: 0 |
--------------------------+-------------------------------------------------
Changes (by marco):
* keywords: review? => review+
Comment:
{{{
def _size_request_cb(self, widget, req):
65 self._width = req.width
66 self._height = req.height
67 self._reposition()
}}}
Gtk already store width/height for us, you can get it using
widget.get_size_request(). I think the signal is called after the gtk
method, so it should work fine. Please verify though.
review+ with that change
--
Ticket URL: <http://dev.laptop.org/ticket/4890#comment:10>
One Laptop Per Child <http://dev.laptop.org>
OLPC bug tracking system
More information about the Bugs
mailing list