[Glade-users] Re: Modal attributes



Hi folks

I guess I was expecting too much.  I thought that the Modal setting would
enforce the Dialog to remain visible until closed (whereas, in fact, you can
hide it).  It _does_ mean that the User cannot do anything else within the
application until the Dialog is closed - so that's alright.

Cinsider the matter closed.

Thanks
-------------------------------------------
"Professional qualitative judgement
    consists in knowing the rules
      for using (or occasionally breaking)
        the rules."
                             D. Royce Sadler
-------------------------------------------
Rick Duley
Murdoch University
School of Engineering Science
Perth, Western Australia
http://eng.murdoch.edu.au/~rick
aussie : 040 910 6049                .-_|\
o'seas : + 61 40 910 6049           /     \
                               perth *_.-._/
                                          v


Quoting mw158979 <newbie poczta gazeta pl>:

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



_______________________________________________
Glade-users maillist  -  Glade-users lists ximian com
http://lists.ximian.com/mailman/listinfo/glade-users





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