RE: [gtkmm] how to set a Value?
- From: Dale Hirt <dale sbcltd com>
- To: gtkmm-list gnome org
- Subject: RE: [gtkmm] how to set a Value?
- Date: Sat, 28 Sep 2002 10:29:16 -0700
Manuel,
In general, I believe that the Value<> can be ignored, since it appears to
be used internally by Gtkmm.
You have a bigger problem, though. It looks like
gtk_progress_bar_set_bar_style has not been wrapped, because it has been
deprecated. In fact, a lot of the progressbar functions have been
deprecated. You may have to play around with the code a bit to get it to
look how you want.
Dale
-----Original Message-----
From: Manuel Clos [mailto:llanero eresmas net]
Sent: Saturday, September 28, 2002 7:59 AM
To: gtkmm-list gnome org
Subject: [gtkmm] how to set a Value?
Hi all,
In gtk-- I was using this:
progressBar_->set_bar_style(GTK_PROGRESS_CONTINUOUS);
while porting I found this in progressbar.h:
template <>
class Value<Gtk::ProgressBarStyle> : public
Glib::Value_Enum<Gtk::ProgressBarStyle>
{
public:
static GType value_type() G_GNUC_CONST;
};
but I don't know how to use the Value<> thing.
How should the new code look?
Thanks
--
Manuel Clos
llanero eresmas net
TCPA y Palladium: http://bulmalug.net/body.phtml?nIdNoticia=1398
TCPA and Palladium: http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]