always had a problem with icons

2006-06-24 Thread Yiannis
I always had a problem with the icons although I am changing the icons directory in the .gladep file to the one I want to use I never get the icons, well unless I place them on the same directory as the binary program. Any clues? -- -- Yiannis

Re: debugging information

2006-06-20 Thread Yiannis
On 20/06/06, Andreas Stricker <[EMAIL PROTECTED]> wrote: > > Yiannis schrieb: > > Sorry if this is beyond the scope of this list but on the following > > message > > > > (md:2198): GLib-GObject-CRITICAL **: g_object_unref: assertion > `G_IS_OB

debugging information

2006-06-19 Thread Yiannis
h use to me in order to find which particular g_object_unref in this case is failing? In other words is it possible to trace the file/function/line that this error is caused from? Cheers. -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel

Re: silly problems with program directory

2006-06-08 Thread Yiannis
On 08/06/06, David Nečas (Yeti) <[EMAIL PROTECTED]> wrote: On Thu, Jun 08, 2006 at 04:47:13PM +0100, Yiannis wrote: > I am having a slight problem with the program directory. What I mean is that > when I run a program from the directory that all the files are lying it is > fi

silly problems with program directory

2006-06-08 Thread Yiannis
link which means that none of my configuration and glade xml files are found Is there any easy solution to that? Cheers. -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app

Re: is there any documentation for the signals?

2006-05-31 Thread Yiannis
On Tue, 2006-05-30 at 12:31 +0100, Yiannis wrote: > Hi, is there any detailed documentaion for the signals? For example what is > the difference between button clicked and button activated and when are they > emitted? That was a simple example as I would like to know or have a > refe

is there any documentation for the signals?

2006-05-30 Thread Yiannis
Hi, is there any detailed documentaion for the signals? For example what is the difference between button clicked and button activated and when are they emitted? That was a simple example as I would like to know or have a reference of all of them... Cheers. -- -- Yiannis

change the colour of the bar in a progress bar

2006-03-23 Thread Yiannis
Hi is it possible to change the colour of the bar in a progress bar? Cheers. -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: signals documentation

2006-01-09 Thread Yiannis
On 09/01/06, Yiannis <[EMAIL PROTECTED]> wrote: > > Hi, is there any explanation about what are the individual signals of each > widget? For example I would like to know for a GtkScale widget what are the > exact differences between format_value, change_value, move_slider, > v

signals documentation

2006-01-09 Thread Yiannis
. -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: How to set a button to be activated when i press the enter key

2005-12-31 Thread Yiannis
whatever. > ___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: is it possible to have a widget act as insensitive but look as it is sensitive?

2005-12-30 Thread Yiannis
oes this affect the GtkStyle? Ie when I call GtkRcStyle *rcstyle = gtk_widget_get_modifier_style(widget); what I am copying is the widget->style data structure or something else??? Because the function return GtkRcStyle* but I cannot find any GtkRcStyle structure in the gtkwidget.h definition. -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: is it possible to have a widget act as insensitive but look as it is sensitive?

2005-12-28 Thread Yiannis
On 28/12/05, Yiannis <[EMAIL PROTECTED]> wrote: > > > > On 28/12/05, Tristan Van Berkom <[EMAIL PROTECTED]> wrote: > > > > Yiannis wrote: > > > Hi, > > > > > > is it possible to have a widget (a toggle button in particular) act as >

Re: is it possible to have a widget act as insensitive but look as it is sensitive?

2005-12-28 Thread Yiannis
On 28/12/05, Tristan Van Berkom <[EMAIL PROTECTED]> wrote: > > Yiannis wrote: > > Hi, > > > > is it possible to have a widget (a toggle button in particular) act as > > insensitive but look as it is sensitive. More specific is it possible to > > ha

is it possible to have a widget act as insensitive but look as it is sensitive?

2005-12-27 Thread Yiannis
Hi, is it possible to have a widget (a toggle button in particular) act as insensitive but look as it is sensitive. More specific is it possible to have a toggle button act as insensitive once activated but look sensitive, ie without the grey shade? Cheers. -- -- Yiannis

Re: [Glade-users] display of picture

2005-12-21 Thread Yiannis
ange the image displayed. > --- Yiannis <[EMAIL PROTECTED]> wrote: > > > On 20/12/05, Shiraz Baig <[EMAIL PROTECTED]> > > wrote: > > > > > > Sir, > > > I wish to display a picture (jpg) in one of the > > > windows in glade. When I am selecting

If this starts another flamewar please ignore: Why do you think Linus Torvalds made the statement against Gnome?

2005-12-20 Thread Yiannis
make a note that I do not wish to start another flamewar In any case I am a Gtk developer... I just would like to listen to other opinions... -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: how can include just glib

2005-12-13 Thread Yiannis
Thanks guys It works fine. On 13/12/05, Fernando Apesteguía <[EMAIL PROTECTED]> wrote: > > Did you try to make this? > > #include > > And then link with > > -lglib-2.0 (link against your glib version) > > Best regards > > -- Forwarded

how can include just glib

2005-12-13 Thread Yiannis
Hi, I would like to use just glib in my programming without the header files of gtk How is that possible? Cheers. -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel

is there a way to change the starting position of the window

2005-11-11 Thread Yiannis
ons of the windows and use them in the next startup. I assume the first one might be easy but the latter seems to be not a one line answer so references to documentation can be helpful Cheers. -- -- Yiannis ___ gtk-app-devel-list mailing list gtk

Re: is there an equivalent of sscanf that uses GString as arguments?

2005-10-14 Thread Yiannis
On 14/10/05, Tim Müller <[EMAIL PROTECTED]> wrote: > On Fri, 2005-10-14 at 18:11 +0100, Yiannis wrote: > > > is there an equivalent of sscanf that uses GString as arguments? > > You could just do > > sscanf (gstring->str, "%04u-%02u-%02u", .

is there an equivalent of sscanf that uses GString as arguments?

2005-10-14 Thread Yiannis
Hi, is there an equivalent of sscanf that uses GString as arguments? -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

how to "dynamically unload" interfaces with libglade

2005-10-14 Thread Yiannis
er stage in my program I would like something like: Xml2 = glade_xml_new("bar.glade", NULL, NULL); Cheers -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

how do you get current date with GDate?

2005-10-13 Thread Yiannis
Hi, how do you get the current date and keep it in a GDate struct. var? The glib API has a number of date manipulation functions but not a get_date(now) function. -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

capture an event on the topparent widget

2005-08-22 Thread Yiannis
Hi, I am trying to capture a leave_notify_event or a button_press_event which is applied to the whole window. Unfortunately it fails becuase I am catching the event from the "top parent" widget/window which holds other widgets... Any help? --

Re: drawing area and button press event

2005-08-12 Thread Yiannis
On 12/08/05, Yiannis <[EMAIL PROTECTED]> wrote: > On 12/08/05, Michal Porzuczek <[EMAIL PROTECTED]> wrote: > > On 8/12/05, Yiannis <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > my callback on the button press event seems not to be called.

Re: drawing area and button press event

2005-08-12 Thread Yiannis
On 12/08/05, Michal Porzuczek <[EMAIL PROTECTED]> wrote: > On 8/12/05, Yiannis <[EMAIL PROTECTED]> wrote: > > Hi, > > > > my callback on the button press event seems not to be called... in > > fact I am not sure if a button press event occurs. Find below a s

drawing area and button press event

2005-08-12 Thread Yiannis
; gtk_signal_connect (GTK_OBJECT (drawing_area), "button_press_event", (GtkSignalFunc) on_drawingarea1_button_press_event, NULL); */ /* connect the signals in the interface */ glade_xml_signal_autoconnect(Xml); /*

libglade - scrolled windows - drawing canvas

2005-08-10 Thread Yiannis
t but there are no scrollbars. Cheers -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

where are the stock button images kept?

2005-07-19 Thread Yiannis
Hi, where are the stock button images kept? Cheers -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list