> But default value 0.0 is equal G_MINFLOAT and lesser than G_MAXFLOAT,
> isn't it?
Read.
http://developer.gnome.org/doc/API/2.0/glib/glib-Limits-of-Basic-Types.html#G-MINFLOAT:CAPS
»Smallest positive value«, which means it is something like 0.1.
> I want to get it to behave like a docked window, such as the panel.
>
> I've set the window hints for the window to docked. This gets rid of
> the window decorations and keeps it on top, but other windows still
> maximise over it.
>
> Does anyone know the proper way to achieve this?
You might
> I've created a list of data of my clients (name,
> e-mail, address, etc.) in a GtkListStore structure and
> I can sort this data using the columns headers.
>
> Well, I wish sort my list using keyboard sortcuts but
> I don't know how do it. Anybody can help me?
Use gtk_tree_sortable_set_sort_col
_signal_handlers_block_by_func(
D,
[Function which was connected on D],
[Data which was connected on D, probably NULL]);
gtk_adjustment_change_value(D, d);
g_signal_handlers_unblock_by_func([same arguments as above]);
This will prevent your cal
tree widgets, or
> so. How big will be the final executable on win32?
You can't statically link to GTK+ on Win32. Or at least, it will be a
horrible mess which I won't recommend to anyone.
Kind regards,
Patrik Fimml
___
gtk-app-devel-l