Re: Run Loop Memory Management

2007-05-29 Thread Maciej Katafiasz
and no more work remains. By returning an appropriate value you can control how many times it'll be run. Cheers, Maciej -- Being really good at C++ is like being really good at using rocks to sharpen sticks. (Thant Tessman) Maciej Katafiasz [EMAIL PROTECTED] http://mathrick.org

Re: Best place to call gtk_widget_show()?

2005-08-16 Thread Maciej Katafiasz
) Maciej Katafiasz [EMAIL PROTECTED] http://mathrick.org ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Set widget BG while using Qt theme engine

2005-08-08 Thread Maciej Katafiasz
in individual themes is never the right thing. Cheers, Maciej -- There are only two things wrong with C++: The initial concept and the implementation. (Bertrand Meyer) Maciej Katafiasz [EMAIL PROTECTED] http://mathrick.org ___ gtk-app-devel

Re: main loop

2005-07-09 Thread Maciej Katafiasz
at C++ is like being really good at using rocks to sharpen sticks. (Thant Tessman) Maciej Katafiasz [EMAIL PROTECTED] http://mathrick.org ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk

Re: main loop

2005-07-09 Thread Maciej Katafiasz
) Maciej Katafiasz [EMAIL PROTECTED] http://mathrick.org ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: The expander arrow (triangle) in TreeView

2005-06-23 Thread Maciej Katafiasz
is Clearlook but the gtk-demo treeview example still has the triangle so it hasn't to depend from the theme as far as I can see. Gwhere looks like it's using gtk+ 1.2. There's no TreeView in 1.2, and old tree widget (GtkCTree) uses + sign for expander. Cheers, Maciej -- Maciej Katafiasz [EMAIL

Re: The expander arrow (triangle) in TreeView

2005-06-23 Thread Maciej Katafiasz
, if no such border is visible, it's TreeView. In (0.6) clearlooks case, TreeView's selection will also be a gradient, in CTree it's solid colour. Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list

Re: The expander arrow (triangle) in TreeView

2005-06-23 Thread Maciej Katafiasz
to override that. Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: The expander arrow (triangle) in TreeView

2005-06-23 Thread Maciej Katafiasz
, as mentioned in the bug Tim gave a pointer to. Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: drawing stuff inside the TreeView

2005-06-23 Thread Maciej Katafiasz
it. But I didn't find any tools in Gtk that would manipulate image/pixbuf for me . AFAIK, there aren't any, but just changing the colour shouldn't be that hard, pixbuf can be accessed as a simple array of bytes. Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED

Re: drawing stuff inside the TreeView

2005-06-22 Thread Maciej Katafiasz
of give me a circle. Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: libglade: glade_xml_get_widget

2005-06-09 Thread Maciej Katafiasz
to be the one but it does not work in any of my callbacks, only before gtk_main. Am I missing something? Works for me. Could you give a testcase that fails to work for you? Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list

Re: Memory problems with gdk_pixbuf

2005-06-07 Thread Maciej Katafiasz
outstanding references, you need to unref them separately for object to get freed. Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: ComboBox on Windows application

2005-06-07 Thread Maciej Katafiasz
-- this ensures you will never again have such a dillemma. Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Memory problems with gdk_pixbuf

2005-06-07 Thread Maciej Katafiasz
initial reference, using so called floating reference. There's documentation on it available on net, although not as gathered in one place as we could wish -- that's part of the ongoing effort to improve developer pages I mentioned above. Cheers -- Maciej Katafiasz [EMAIL PROTECTED

Re: root windows

2005-05-26 Thread Maciej Katafiasz
to use. Use libglade, really. Although even with autogenerated glade code it's easy to do, check inside one of the files generated will be function glade_get_widget_by_name() or something similar, which works like glade_xml_get_widget (). Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED

Re: root windows

2005-05-26 Thread Maciej Katafiasz
, making it painfully obvious that libglade is the right thing. Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED] ___ 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 search for a widget in the object hierarchy tree

2005-05-26 Thread Maciej Katafiasz
and glade_xml_get_widget(), related to the other thread. Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: gtk text entry

2005-05-18 Thread Maciej Katafiasz
Dnia 18-05-2005, ro o godzinie 08:52 +0200, Maciej Katafiasz napisa: Try the attached programme. D'oh, mailman seems to be stripping attachments off. Here's the URL then: http://mathrick.org/files/entry.c Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED

Re: Is pango required package for building GTK2.6

2005-04-25 Thread Maciej Katafiasz
as you can't disable Glib, it just doesn't make sense. Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Splash Screen

2005-04-23 Thread Maciej Katafiasz
which is slow enough to need splash, that insists on showing that splash no matter what, preventing users from working in the meantime. HTH, Maciej -- Maciej Katafiasz [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: gtkhtml3 and CSS

2005-04-21 Thread Maciej Katafiasz
Dnia 21-04-2005, czw o godzinie 10:05 +0200, Hubert Sokolowski napisa: sorry for posting to this list, but gtkhtml mailing list seems to be dead. My question is does gtkhtml3 support CSS? AFAIK, no. That's one of the very basic problems with gtkhtml. Cheers, Maciej -- Maciej Katafiasz [EMAIL

Re: New GTK

2005-04-17 Thread Maciej Katafiasz
. Outside of implementing custom menu widget, you don't have much chance to encounter such situation. Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman

Re: Output-only window...

2005-04-08 Thread Maciej Katafiasz
(the latest release, or maybe even not yet released CVS, I forgot). Cheers, Maciej -- Maciej Katafiasz [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Auto Scrolling Text

2005-02-22 Thread Maciej Katafiasz
://www.gnugadu.org/ ), it includes scrolling label widget that does what you want. HTH, Maciej -- Maciej Katafiasz [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list