[Glade-users] attributes



Hi

(1)   Under the 'Widget' tab:
What does 'Indicator' mean/do?

If the indicator is drawn, check the tooltip.
The effect is appeareance, so you see all.
C code calls then 'gtk_toggle_button_set_mode()'.

(2)  Under the 'Signals' Tab:
 (a)  What do I name as 'Object' and what effect does this naming have?
 (b)  What is 'After' or otherwise?  What does it matter whetner it is
'After'
or otherwise?

(a) You pick there what should be set as a 'user_data' argument for a
callback.
It can be a name of another widget, or something else that compiles (e.g.
7).
(b) Chooses between g_signal_connect and g_signal_connect_after (or
deprecated
gtk_...) as a signal connection mode. Check it in gtk api docs
(www.gtk.org/api).


I gather from that that the user should not be able to do anything else
until
the Dialog is closed.  Well, it doesn't work that way!  The dialog
displays
okay but the user can proceed to do anything else regardless.

What do you mean by anything? Anything with your app or with the system?
AFAIR modal windows (at least single) work correctly.

mw158979






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]