[Glade-users] Newbi at Glade using GTK.

John Coppens john@jcoppens.com
Tue, 24 Aug 2004 11:19:46 -0300


On Tue, 24 Aug 2004 09:51:12 -0400
"Patel, Nilesh M" <Nilesh.M.Patel@questdiagnostics.com> wrote:

> I am a novice at using GTK with Glade. I was wondering if anyone knew of
> an example or how to use/manipulate a table. I need a way where the user
> can enter n number of information onto the table. Is there a table
> widget I missed? I thought there was one. 

Nilesh,

Check:

http://scentric.net/tutorial/treeview-tutorial.html
http://www-eleves-isia.cma.fr/documentation/GtkDoc/gtk/index.html
  (Tree and list widget)

John

> 
> -----Original Message-----
> From: glade-users-admin@lists.ximian.com
> [mailto:glade-users-admin@lists.ximian.com]On Behalf Of
> glade-users-request@lists.ximian.com
> Sent: Tuesday, August 24, 2004 6:31 AM
> To: glade-users@lists.ximian.com
> Subject: Glade-users digest, Vol 1 #376 - 3 msgs
> 
> 
> Send Glade-users mailing list submissions to
> 	glade-users@lists.ximian.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.ximian.com/mailman/listinfo/glade-users
> or, via email, send a message with subject or body 'help' to
> 	glade-users-request@lists.ximian.com
> 
> You can reach the person managing the list at
> 	glade-users-admin@lists.ximian.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Glade-users digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: learning glade and python (fmouse-glade@fmp.com)
>    2. Re: learning glade and python (Rodrigo)
>    3. Re: Calbacks for Click on label(Plz help with the signal name)
>    (singh janmejay)
> 
> --__--__--
> 
> Message: 1
> Date: Mon, 23 Aug 2004 19:05:38 -0500
> From: fmouse-glade@fmp.com
> To: glade-users@lists.ximian.com
> Subject: Re: [Glade-users] learning glade and python
> Reply-To: fmouse-n11tfz@fmp.com
> Organization: FMP Computer Services
> 
> I'd like to know the same thing!  I'm not exactly a novice when it comes
> to event-driven programming, but good documentation on using python and
> glade/libglade is very hard to find.  Most of the good examples I find
> were written for gtk1.x, or for earlier versions of python, and most of
> these won't run since the API isn't backwards compatible.  Books on the
> subject seem to be nonexistent.  I'd like to find a good tutorial with
> examples writen for gtk2 - anywhere, hard or soft copy.
> 
> Thus spake Paul Rowland on Tue, Aug 17, 2004 at 09:14:25AM CDT
> > Is there a book out there for novices?
> 
> -- 
> Lindsay Haisley       | "Everything works    |     PGP public key
> FMP Computer Services |       if you let it" |      available at
> 512-259-1190          | (Travis W. Redfish)  |
> <http://www.fmp.com/pubkeys> http://www.fmp.com    |    ("The Roadie")  
>  |
> 
> --__--__--
> 
> Message: 2
> Date: Mon, 23 Aug 2004 22:47:24 -0300
> From: Rodrigo <hso.suporte@ig.com.br>
> To: fmouse-n11tfz@fmp.com, glade-users@lists.ximian.com
> Subject: Re: [Glade-users] learning glade and python
> 
> On Mon, 23 Aug 2004 19:05:38 -0500
> fmouse-glade@fmp.com wrote:
> 
> > I'd like to know the same thing!  I'm not exactly a novice when it
> > comes to event-driven programming, but good documentation on using
> > python and glade/libglade is very hard to find.  Most of the good
> > examples I find were written for gtk1.x, or for earlier versions of
> > python, and most of these won't run since the API isn't backwards
> > compatible.  Books on the subject seem to be nonexistent.  I'd like to
> > find a good tutorial with examples writen for gtk2 - anywhere, hard or
> > soft copy.
> > 
> > Thus spake Paul Rowland on Tue, Aug 17, 2004 at 09:14:25AM CDT
> > > Is there a book out there for novices?
> 	Don't be angry!!!
> 	I know an excelent tutorial but unluky it's in brasilian
> 	portuguese(my natural language).Talking serious, i participate in
> 	a list of python in portuguese and everybody used to complain
> 	about the lack of good matter about glade and python and then we
> 	started writing one,it's useful now(but far to be complete) and
> 	it's the only i know that fits for novices.
> --
> Rodrigo
> 
> 
> -- 
> 
> --__--__--
> 
> Message: 3
> Date: Mon, 23 Aug 2004 23:59:16 -0700 (PDT)
> From: singh janmejay <scorpio007cqd@yahoo.com>
> Subject: Re: [Glade-users] Calbacks for Click on label(Plz help with the
> signal name) To: glade-users@lists.ximian.com
> 
> Hi all,
> 
> I tried using event box for the label but I couldn't
> figure out which signal handler needs to be set for
> making a callback for click. Plz help me with the
> signal name and implementation.
> Thanks in advance...
> 
> Regards,
> Janmejay Singh
> 
> --- Ishan Chattopadhyaya
> <ishanchattopadhyaya@hclinfinet.com> wrote:
> 
> > Right click on the label in glade and "Add Event
> > box". Set a signal handler
> > for the event box. This has to be done since label
> > doesn't draw its own
> > window, thus an event box is required to trap the
> > desired signals.
> > Regds,
> > Ishan
> > 
> > -----Original Message-----
> > From: singh janmejay <scorpio007cqd@yahoo.com>
> > To: glade-users@lists.ximian.com
> > <glade-users@lists.ximian.com>
> > Date: Saturday, August 21, 2004 5:58 AM
> > Subject: [Glade-users] Calbacks for Click on label
> > 
> > 
> > >Hi everybody...
> > >
> > >I am developing a project in which I need to set a
> > >callback for label widget. I couldn't make out how
> > to
> > >make it sensitive to mouse click.
> > >Plz help...
> > >Thanks in advance
> > >
> > >Janmejay Singh
> > >IIT Roorkee
> > >
> > >
> > >
> > >_______________________________
> > >Do you Yahoo!?
> > >Express yourself with Y! Messenger! Free. Download
> > now.
> > >http://messenger.yahoo.com
> > >_______________________________________________
> > >Glade-users maillist  - 
> > Glade-users@lists.ximian.com
> >
> >http://lists.ximian.com/mailman/listinfo/glade-users
> > >
> > 
> > _______________________________________________
> > Glade-users maillist  - 
> > Glade-users@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/glade-users
> > 
> 
> 
> 
> 		
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!
> http://promotions.yahoo.com/new_mail 
> 
> 
> --__--__--
> 
> _______________________________________________
> Glade-users mailing list
> Glade-users@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
> 
> 
> End of Glade-users Digest
> 
> 
> =======================================================================
> ======= The contents of this message, together with any attachments, are
> intended only for the use of the person(s) to which they are addressed
> and may contain confidential and/or privileged information. Further, any
> medical information herein is confidential and protected by law. It is
> unlawful for unauthorized persons to use, review, copy, disclose, or
> disseminate confidential medical information. If you are not the
> intended recipient, immediately advise the sender and delete this
> message and any attachments. Any distribution, or copying of this
> message, or any attachment, is
> prohibited.============================================================
> ==================
> 
> _______________________________________________
> Glade-users maillist  -  Glade-users@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users