From 96eb828324586686a9aa9bb4a0765e3542499d7f Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Sun, 27 Apr 2003 17:51:56 +0000 Subject: woohoo, this now shows some text. Okay, it is a crappy design sketch, but * tests/test7-main.c: woohoo, this now shows some text. Okay, it is a crappy design sketch, but this is a milestone. * src/layeng/cr-lay-eng.c: store the created label widget in the cache. box content cache. * src/layeng/cr-box.h:created a box content cache to store the label widget used to calculate text box size. * src/layeng/cr-box-view.[hc]: made this simpler and manage to make it show someting on the screen. Now the box view is just the view port. To render the box model, we just walk thru it and draw each box in the box view. Dodji. --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 978da86..0decb75 100644 --- a/TODO +++ b/TODO @@ -3,8 +3,8 @@ Go forward in the box layout (positioning) code. (hard, very hard). This is gonna take me a coupe of months I think. - cr-lay-eng.c:adjust_edges_on_inner_edge() code the TODO of this - method. this is the must have before coding the draw_box() function. + cr-box-view.c: code the draw_borders() function. + I wonder when the draw_box will enable me to see something on the screen. that day would then be a great day. -- cgit v1.2.1