Re: How to "grey out" items?
- From: Caleb Land <bokonon rochester rr com>
- To: "David J. Topper" <topper virginia edu>
- Cc: gtk-list gnome org
- Subject: Re: How to "grey out" items?
- Date: Mon, 7 Aug 2000 19:16:23 -0400 (EDT)
Hello,
> But once the user clicks on "connect" I want all the other
> widgets (eg., text boxes, range widgets, pulldowns) to be "greyed out"
> so that you can still see values but not edit anything.
I believe you want to make the widget not-sensitive with:
void gtk_widget_set_sensitive(GtkWidget *widget,
gboolean sensitive);
Sincerely,
Caleb Land
(bokonon@rochester.rr.com)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]