Re: [gtkmm] TextView
- From: Craig Slusher <ouslush columbus rr com>
- To: gtkmm-list gnome org
- Subject: Re: [gtkmm] TextView
- Date: Thu, 17 Apr 2003 02:05:26 -0400
Well, I am using libglademm to load up the .glade file and then I use
get_widget() to store the widget into the pointer that I declare. Basically I
have:
Gtk::TextView* p_about_description_text = NULL;
gui->get_widget("text_About_Description", p_text);
if (p_text != NULL) {
p_text->set_buffer(p_text->get_buffer().set_text("blah"+p_text->get_buffer().ge
t_text());}
This is obviously wrong, but it is all I could think to do. Thanks for any help
you can provide.
--
Craig Slusher
ouslush columbus rr com
On Thu, 17 Apr 2003 07:43:49 +0200
Murray Cumming Comneon com wrote:
> What have you tried so far?
>
> Are you talking about Glade-generated code or libglademm?
>
> Murray Cumming
> murrayc usa net
> www.murrayc.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]