From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a8eff9f0aa872e3f,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-04 23:52:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!nntp-relay.ihug.net!ihug.co.nz!west.cox.net!east.cox.net!cox.net!p01!fed1read06.POSTED!not-for-mail From: "Adam Puleo" Newsgroups: comp.lang.ada Subject: GtkAda and the Tree_Store Widget X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Message-ID: Date: Thu, 4 Sep 2003 23:57:14 -0700 NNTP-Posting-Host: 68.3.160.6 X-Complaints-To: abuse@cox.net X-Trace: fed1read06 1062744728 68.3.160.6 (Fri, 05 Sep 2003 02:52:08 EDT) NNTP-Posting-Date: Fri, 05 Sep 2003 02:52:08 EDT Organization: Cox Communications Xref: archiver1.google.com comp.lang.ada:42165 Date: 2003-09-04T23:57:14-07:00 List-Id: I'm trying to use the Tree_Store widget in GtkAda 2.2.0 but nothing shows up in the window (Gtk_Scrolled_Window). I've tried to steal the code from testgtk but I have to integrate it with the code generated by Glade so I suspect I'm missing something somewhere. Does anyone know how I would go about troubleshooting this? Thanks, -adam