Re: libglade frustration redux

2007-02-22 Thread Freddie Unpenstein
> > He shouldn't, but as a user of libglade who DID go and out figure > > out how to use it (I do still have some "best libglade practices" > > issues to figure out, though), I don't see why I can't back him up > > in so far as what I see as a good point. > Do the packagers read this list? > Do th

Re: To use --geometry in a Gtk application

2007-02-22 Thread Michael Torrie
On Fri, 2007-02-23 at 02:07 +0100, G Hasse wrote: > Hello! > > I have panel PC without a window manager. > > I want to position the windows with -geometry 100x100+200+200 > something. > > I have not found any way to do this. Funny though the > option --display=XXX.XXX.XXX.XXX:0.0 does work. > >

Re: dynamic menus

2007-02-22 Thread Dan McMahill
David Nečas (Yeti) wrote: > On Wed, Feb 21, 2007 at 10:40:07PM -0500, Dan McMahill wrote: > >>Question #1 >> >> - is it possible to keep certain menuitems in the xml and the >>associated GtkActionEntry but toggle if they are visible or not? >>Something like gtk_widget_hide() and gtk_widget_sho

Re: To use --geometry in a Gtk application

2007-02-22 Thread Yeti
On Fri, Feb 23, 2007 at 02:07:17AM +0100, G Hasse wrote: > I want to position the windows with -geometry 100x100+200+200 > something. > > I have not found any way to do this. Funny though the > option --display=XXX.XXX.XXX.XXX:0.0 does work. > > Accodingly one might try --geometry=100x100+200+200

To use --geometry in a Gtk application

2007-02-22 Thread G Hasse
Hello! I have panel PC without a window manager. I want to position the windows with -geometry 100x100+200+200 something. I have not found any way to do this. Funny though the option --display=XXX.XXX.XXX.XXX:0.0 does work. Accodingly one might try --geometry=100x100+200+200 but this does not w

Re: GtkContainers, GtkFixed, signals, and The Way

2007-02-22 Thread v4r4n
Followup questions... Well eventually I found an old email I knew I'd seen somewhere: http://mail.gnome.org/archives/gtk-devel-list/2006-January/msg00293.html Simply utilizing the "size-allocate" signal has worked out very well, but I'm afraid I'm calling it too many times. There are also a few

Re: Tooltips for GtkTreeView?

2007-02-22 Thread Ed Catmur
On Thu, 2007-02-22 at 20:50 +0100, Jan-Oliver Wagner wrote: > does anyone established tooltips for the entries in a GtkTreeView? > > I've not found anything ready-to-use in the GTK API nor through a google > search. So, any hint is welcome. You want Kris's super-shiny new tooltips API, which is

Tooltips for GtkTreeView?

2007-02-22 Thread Jan-Oliver Wagner
Hello, does anyone established tooltips for the entries in a GtkTreeView? I've not found anything ready-to-use in the GTK API nor through a google search. So, any hint is welcome. Best Jan -- Dr. Jan-Oliver Wagner Intevation GmbH Amtsgericht Osnabrüc

Re: gtk box and flow layout

2007-02-22 Thread Paul Pogonyshev
daa84 wrote: > daa84 ?: > > I start to write my widget with FlowLayout functionality (with > > row-breaking). And find next problem: > > > > gtk_widget_size_request function obtains the preferred size of a widget > > gtk_widget_size_allocate assign a size and position to child widgets > > >

Re: gtk box and flow layout

2007-02-22 Thread daa84
daa84 ?: > I start to write my widget with FlowLayout functionality (with > row-breaking). And find next problem: > > gtk_widget_size_request function obtains the preferred size of a widget > gtk_widget_size_allocate assign a size and position to child widgets > > When I fill GtkRequisition

manage a list

2007-02-22 Thread Jerome Le Saux
Hi all, I would like to use a list in a scrolling windows in a gtk2 application. My items are the following : int Item number | string name | string extension | int length I saw int he API website I can use GtkItem and GtkListStore. How can I store each item in a GtkItem and feed my GtkListStore

Re: change colour font of a label!

2007-02-22 Thread Yeti
On Thu, Feb 22, 2007 at 10:47:20AM +0100, Alessandro Oliva wrote: > [EMAIL PROTECTED] wrote: > > Hello!! > > I need to change the colour font of a label...can you help me?? > > thanks a lot! > > GtkLabel*lbl_status; > > GdkColor color; > gdk_color_parse ("white", &color); > > PangoFontDescrip

Re: Application for finding all Windows

2007-02-22 Thread Tor Lillqvist
> i checked for info about X11 server and seems to me that i would be > able to get most info on the following link (or thru > it)..http://en.wikipedia.org/wiki/X_Window_System Any other > references that you have would be good Let me get this straight: You want to do something that, it hopefu

Showin files of type MNG and SVG

2007-02-22 Thread Joaquim Duran
Dear all, Me name is Joaquim Duran fro AD Telecom (www.adtelecom.es). We are evaluating the use of gtk+/gtkmm to develop a graphical application for an embedded device. Currently I'm performing some tests about how GDK/Cairo renders some images. I've tested (in addition to GIF and PNG) SVG and

Re: change colour font of a label!

2007-02-22 Thread Alessandro Oliva
[EMAIL PROTECTED] wrote: > Hello!! > I need to change the colour font of a label...can you help me?? > thanks a lot! > > ___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > > >

RE: change colour font of a label!

2007-02-22 Thread Suma H.S
hi, Change it through GtkRcStyle or GtkStyle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, February 22, 2007 12:34 AM To: gtk-app-devel-list@gnome.org Subject: change colour font of a label! Hello!! I need to change

change colour font of a label!

2007-02-22 Thread ferri_marllo
Hello!! I need to change the colour font of a label...can you help me?? thanks a lot! ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list