Hello.
For displaying the tooltips on your items, you can simply create new
column in your iconview's model that holds tooltip texts, call
gtk_icon_view_set_tooltip_column and you're done. (Reference docs:
http://library.gnome.org/devel/gtk/stable/GtkIconView.html#gtk-icon-view-set-tooltip-column)
I'm write program that displays plugins in icon_view, i want to display
description when the mouse cursor on sample icon, and execute some code
then the user take single click on it.
Does it possible with icon_view? I need signals like in gtk_button...
--
Vasiliy G Tolstov <[EMAIL PROTECTED]>
Sel
On Tue, Nov 25, 2008 at 10:06 PM, Vasiliy G Tolstov <[EMAIL PROTECTED]> wrote:
> I'm using glade-3 (from trunk) and gtk+2.14.5
> In glade-3 i'm create sample menu with some items.
> But then i'm run main program and gtk_builder_add_from_file i recieve
> this error
Heh, well, trunk is not very stab
anyone know a way to save a gtktextview/gtktextbuffer with embedded
gdkpixbuf into a file.
A correction to the suggested solution:
In the procedure
void open_gtb (GtkTextView *textView, const gchar *srcFileName)
delete the call:
gtk_text_buffer_deserialize_set_can_create_tags (
buffer, gr