gtk or gtkmm

2009-08-10 Thread pch0317
Hi I'm going to write a document about gtk/gtkmm. Are there any documents helpful to do this. I search documents about advantages of gtk/gtkmm. Thanks ___ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list

signal

2009-09-21 Thread pch0317
Hi list I have problem. I can't find which signal is related to emit when I move cursor above widget. I use: widget.signal_button_press_event().connect(sigc::mem_fun(*this, Something1)); when I want to use Something1 function when i click on widget and

Re: signal

2009-09-22 Thread pch0317
Mark Roberts wrote: Dear pch0317, Hi list I have problem. I can't find which signal is related to emit when I move cursor above widget. I use: widget.signal_button_press_event().connect(sigc::mem_fun(*this, Something1)); when I want to use Something1 function when i click on widget

hint, tip appear widget

2009-10-28 Thread pch0317
Hi gtkmm list I would like to know name of widget that shows hint or tip. Widget, that when cursor indicate on element on the screen then cloud appear. In the attachment, I send example action of this widget. Thanks inline: 1.jpginline: 2.jpg___

Gtk::Tooltip problem

2009-10-31 Thread pch0317
Hi I have problem with Gtk::Tooltip. I can't use it, because I don't entirely understand this page: http://library.gnome.org/devel/gtkmm/unstable/classGtk_1_1Tooltip.html I know, that I first must type: myCanvasWidget.set_has_tooltip(); When I type:

read utf-8 lines from file

2011-01-15 Thread pch0317
Hi, I have utf-8 encoded text file. How to read lines from it and save results into ustring variables. I would like to example. Thanks ___ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list