summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
Commit message (Expand)AuthorAgeFilesLines
* don't use ->set_uposition anymore, use ->move instead (as suggested on gtk-pe...Pascal Rigaux2005-04-261-3/+3
* ensure the val registrations are kept orderedPascal Rigaux2005-03-171-4/+4
* stringify using a perl_checker compliant wayPascal Rigaux2005-03-011-2/+2
* - handle {list_ref} in ComboBoxPascal Rigaux2005-03-011-3/+19
* add FileChooser creation and rollback ugly ->run thing (hopefully now unneeded)Pascal Rigaux2005-02-151-7/+23
* (main) fix FileSelection (inactive & unusable window)Thierry Vignaud2005-02-101-1/+7
* ->get('window-position') should be done on real_windowPascal Rigaux2005-02-071-0/+1
* fix commented code :)Pascal Rigaux2005-01-261-1/+1
* fix return value of method calls on MagicWindowPascal Rigaux2005-01-261-2/+3
* ->size_request doesn't return anything on the box, it is better done on the w...Pascal Rigaux2005-01-261-1/+1
* do show_all on the real window (this is used by drakloop)Pascal Rigaux2005-01-211-1/+1
* fix broken focus during installPascal Rigaux2005-01-181-0/+2
* MagicWindow:Pascal Rigaux2005-01-161-6/+9
* - move set_main_window_size() from ugtk2 to mygtk2Pascal Rigaux2005-01-151-0/+8
* fix using gtkset with text => ... on a ButtonPascal Rigaux2005-01-151-4/+5
* create wrapper object mygtk2::MagicWindow which handles the {rwindow} vs {win...Pascal Rigaux2005-01-141-5/+25
* return the child when MagicWindow is using the $::WizardWindowPascal Rigaux2005-01-121-1/+1
* - fix gtkadd()Pascal Rigaux2005-01-121-3/+3
* create "MagicWindow" in mygtk2 out of ugtk2::new()Pascal Rigaux2005-01-111-10/+61
* mygtk2::_gtk() takes an hash ref to allow checking the resulting hashPascal Rigaux2005-01-111-15/+19
* move ugtk2::create_window() to mygtk2::_create_Window()Pascal Rigaux2005-01-111-0/+74
* - create mygtk2::main()Pascal Rigaux2005-01-111-0/+10
* create {icon_no_error}Pascal Rigaux2005-01-101-3/+7
* add "Plug"Pascal Rigaux2005-01-071-0/+4
* add {icon} for WindowPascal Rigaux2005-01-061-0/+4
* merge Window and Dialog creationPascal Rigaux2005-01-061-19/+11
* allow setting padding for pack_start, but only globally (it works like spacin...Pascal Rigaux2005-01-061-1/+3
* add {position_policy} for WindowPascal Rigaux2005-01-061-0/+1
* no need to have things twice in _icon_paths()Pascal Rigaux2004-12-311-3/+0
* - add can_defaultPascal Rigaux2004-12-281-11/+11
* don't parse the theme rc file to set the root window background color during ...Pascal Rigaux2004-12-171-2/+7
* oops, set_background *is* neededPascal Rigaux2004-12-171-0/+1
* remove unneeded ->set_backgroundPascal Rigaux2004-12-171-1/+0
* add some more functions in mygtk2Pascal Rigaux2004-12-171-0/+28
* - add DrawingAreaPascal Rigaux2004-12-161-3/+23
* remove debug codePascal Rigaux2004-12-161-1/+0
* we must allow more than one callback per ref & widgetPascal Rigaux2004-12-161-2/+2
* add option allow_unknown_options for easy compatibilityPascal Rigaux2004-12-161-1/+3
* export gtkval_register() and gtkval_modify()Pascal Rigaux2004-12-141-1/+1
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-4/+4
* replace "policy => [ horizpolicy, vertpolicy ]" with "h_policy => ..., v_poli...Pascal Rigaux2004-12-021-1/+1
* future is in mygtk2, ugtk2 must die (and it will die, but not that soon (to k...Pascal Rigaux2004-12-021-0/+635