OSDN Git Service

* include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
[pf3gnuchains/pf3gnuchains3x.git] / iwidgets / demos / timeentry
1 # ----------------------------------------------------------------------
2 #  DEMO: timeentry in [incr Widgets]
3 # ----------------------------------------------------------------------
4 package require Iwidgets 4.0
5
6 iwidgets::timeentry .de -labeltext "Time:"
7 pack .de -fill x -expand yes -padx 10 -pady 10