> If you can implement this full-screen mode in a way > that's compatible > with an otherwise unmodified PicoGUI distribution, > you could add code > to panel_zoom_callback() in widget/panel.c and send > me a patch for > inclusion in the svn repository.
I implemented full screen mode. The steps involved are 1. I backup self->where and PG_WP_SIZE property of the panel. 2. I reattach the widget at &self->dt->head->next 3. And set PG_WP_SIZE to 0x7fff Now it occupies full screen. In the full screen mode I disable resizing with panelbar. when again zoom button is clicked I again reattaching the panel widget in the previous location and setting PG_WP_SIZE to old size. It is working fine, but one small problem. After fullscreen, when ever I clicked on the zoom button to off fullscreen for the first time, it is not getting the event. It is getting event when I clicked second time. What might be the problem and how to correct it? Thank you ===== ----------------------------------------- P.Raghu Ram Murthy, M-tech (Computer Science), Room No - 245, Brahmaputra Hostel, Indian Institute of Technology Madras, Chennai - 36. Mobile: � (0) 98402 81944 ------------------------------------------ --------------------------------- Trouble with windows? Re boot.... Trouble with Linux? Be root.... --------------------------------- __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
