Re: Problem packing labels into GtkTable

2005-07-16 Thread William Park
On Sat, Jul 16, 2005 at 05:08:28PM -0500, Nickolai Dobrynin wrote: > William, > > I was initially hesitant to post the code because it uses the C++ > bindings, which may not be appropriate for this list, but here goes > (it's really simple): ... > How would you write this in "pure" GTK? Once I ha

Re: Problem packing labels into GtkTable

2005-07-16 Thread Nickolai Dobrynin
William, I was initially hesitant to post the code because it uses the C++ bindings, which may not be appropriate for this list, but here goes (it's really simple): #ifndef GTKMM_EXAMPLEWINDOW_H #define GTKMM_EXAMPLEWINDOW_H #include class ExampleWindow : public Gtk::Window { public: Example

Re: Problem packing labels into GtkTable

2005-07-16 Thread William Park
On Sat, Jul 16, 2005 at 03:14:12PM -0500, Nickolai Dobrynin wrote: > Hi, > > Does anybody have a working example of packing multiple labels into > GtkTable? I know how to do this with buttons, but when I do it the > same way with labels, I get a seg fault or "illegal instruction". Should be the

Problem packing labels into GtkTable

2005-07-16 Thread Nickolai Dobrynin
Hi, Does anybody have a working example of packing multiple labels into GtkTable? I know how to do this with buttons, but when I do it the same way with labels, I get a seg fault or "illegal instruction". Thanks, Nickolai ___ gtk-app-devel-list maili

gcc versions..

2005-07-16 Thread The Saltydog
I have problems with different versions of gcc. With gcc v.3.3.5, this line complies fine: g_array_append_val(hardLinkArray,(guint)inode); with gcc v.4, I am getting this error: error: invalid lvalue in unary '&' I have also tried removing the cast (guint) before the variable inode, and with 3

Re: g_param_spec_ ??

2005-07-16 Thread Tim Müller
On Saturday 16 July 2005 16:43, Iago Rubio wrote: > g_param_spec_object with GType GString? > > GParamSpec* g_param_spec_object (const gchar *name, > const gchar *nick, > const gchar *blurb, >

Re: g_param_spec_ ??

2005-07-16 Thread Iago Rubio
On Mon, 2005-07-11 at 21:31 -0300, Arx Henrique wrote: > Hi all, > > I'm buy the gnome developers guide and one of chapter talks about > gobject and oo, and have many functions to create a gparamspec > struture like g_param_spec_uint (to guint), but i have no idea what's > the g_param_spec_* that

Re: alpha for text?

2005-07-16 Thread Paul Pogonyshev
John Cupitt wrote: > Hi again, > > On 7/16/05, Paul Pogonyshev <[EMAIL PROTECTED]> wrote: > > John Cupitt wrote: > > > On 7/15/05, Paul Pogonyshev <[EMAIL PROTECTED]> wrote: > > > > Has anyone rendered text with alpha channel (i.e. semitransparent > > > > text) in GDK framework? So far my best sol

re:gtk directory

2005-07-16 Thread srinivas
hi; i want to know is there any routines for creating directory browser, with tree like hierarchy. any examples. thanks; srinivas. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-dev