You wrote
> I think this is a gcc 4.1 issue.
4.0.x IIRC
ralf
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
> > Is this possible in C++?
>
> I suppose the Gtkmm list would be more appropriate for this.
> But if you mean `in C++ not using C++ bindings' -- what
> problems you got into?
Thread moved to gtkmm-list. Thanks.
ralf
___
gtk-app-devel-list mailing l
> I want to scale my Gtk-GUI application (which is basically large in
> size, not fitted with the screen) dynamically depending upon screen
> size. I am thinking that can be done by modifying .gtkrc-2.0 file.
>
> Please help me, how can I modify .gtkrc-2.0 file or please tell me any
> other ap
> - use g_signal_add_emission_hook() to catch all emissions of
> a signal for all instances
>
> - use g_signal_list_ids() to get all signals that objects of
> a given type can emit and then connect to them in a loop
> for an instance; note you have to recusrsively scan parent
> classes and
You wrote
> I want to work with an UTF-8 encoding text contained file in my GLib-using
> program.
> I have any question: how can I read a given number valid UTF-8 characters
> from this file? In which type of variables can I this characters save? And
> how can I go on working with this characte