On Thu, 7 Oct 2004 10:48:10 -0400, Tristan Van Berkom
<[EMAIL PROTECTED]> wrote:
> Hi all,
>     I sent a patch yesterday to implement a GtkFixed functionality;
> After running glade-2 today and seeing my regression;
> I'd like do a retake on that ;-)
> 
> So please disregard that patch (oops); I should have something alot
> better by the end of the day.

So here is the patch and description for GtkFixed implementation.

- glade-gtk.c
  Implemented glade-2 style fixed behaviour (minus drag-resizing which
  I'm not sure can be done without major redesign)

- glade-plugin.h
  Added include headers needed for GtkFixed patch

- glade-project-window.[ch]
   - renamed gpw->project --> gpw->active_project to avoid confusion
   - added `glade_project_window_get_active_project()'
   - probably chopped down some absurdly long lines of code to fit on standard
     80x25 terminal

- gtk-additional.xml
   added reference to gtkfixed.xml

- gtk-fixed.xml
   new file

- fixed_bg.xpm 
   background image for fixed

So there it is ;-)

Cheers,
                                                -Tristan

Attachment: glade-gtk.c.patch
Description: Binary data

Attachment: glade-plugin.h.patch
Description: Binary data

Attachment: glade-project-window.c.patch
Description: Binary data

Attachment: glade-project-window.h.patch
Description: Binary data

Attachment: gtk-additional.xml.patch
Description: Binary data

<GladeWidgetClass>
  <PostCreateFunction>glade_gtk_fixed_post_create</PostCreateFunction>
  <FillEmptyFunction>glade_gtk_fixed_fill_empty</FillEmptyFunction>
</GladeWidgetClass>

<<attachment: fixed_bg.xpm>>

Reply via email to