Awsome... that is pretty much what I was looking for... I'll be able to get the interface for this program working soon then. I'm going to try to put my hand at creating an E web browser (not with embedding mozilla or any thing halfassed like that) I want to try and convert the tags to evas objects.
Could take a lot of time, and it will help me get to know the EFL a lot better. Anyone wants to help that would be cool. just send me an email. > Yeah, you get the basic idea. There are some details with theming in > there, but overall you have it right. > > Coordinates are all window based, not widget. If you want to clip to > the inside of the widget you can use EWL_WIDGET(widget)->fx_clip_box > as your clip rectangle. > > On Fri, 11 Feb 2005 11:13:13 -0500 (EST), Nigel Benns > <[EMAIL PROTECTED]> wrote: >> Ok if I "get" ewl_simple_test.c correctly... >> >> You create a widget called logo, add a logo to it via edje, add the >> realize event so that when you update the text in label it will change >> the >> logo as well. >> >> If I create my own widget and pass it the evas to draw on, the >> coordinates >> of the evas would start from the window's inner border, not my widgets, >> am I correct? >> >> > After the realize callback has occurred for the window, you can do >> > EWL_EMBED(window)->evas to access the evas. If you plan to use this to >> > setup a canvas, I would recommend creating your own Ewl_Widget and >> > setting it's preferred size. Then you can just hook into it's own >> > realize callback and can allocate space with EWL for your drawing. >> > ewl_simple_test.c has an example of how to do this with the logo >> > widget. >> > >> > >> > On Fri, 11 Feb 2005 09:08:12 -0500 (EST), Nigel Benns >> > <[EMAIL PROTECTED]> wrote: >> >> Is there any way to access the evas that an ewl_window or any other >> >> widget >> >> uses to draw? >> >> >> >> I know that I could create an evas and ewl_embed all of the widgets >> on >> >> it, >> >> but that doesn't seem very consistent for gui programming (mabey I'm >> >> just >> >> used to the old ways :) >> >> >> >> I'm basically looking for an equivilent to Gnome_Canvas. >> >> >> >> ------------------------------------------------------- >> >> SF email is sponsored by - The IT Product Guide >> >> Read honest & candid reviews on hundreds of IT Products from real >> users. >> >> Discover which products truly live up to the hype. Start reading now. >> >> http://ads.osdn.com/?ad_ide95&alloc_id396&opclick >> >> _______________________________________________ >> >> enlightenment-devel mailing list >> >> [email protected] >> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> >> >> > >> >> > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
