summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Pascal Rigaux2005-01-061-1/+3
| | | | spacing, but also include spacing at beginning, and at end)
* 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
| | | | | - remove known_opts (alike the rest of the code)
* don't parse the theme rc file to set the root window background color during ↵Pascal Rigaux2004-12-171-2/+7
| | | | | | | install, instead use the gc of a fake window named "background"
* 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
| | | | | - add text_ref & format for buttons
* 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 => ..., ↵Pascal Rigaux2004-12-021-1/+1
| | | | | | | v_policy => ..." (both defaulting to "automatic")
* future is in mygtk2, ugtk2 must die (and it will die, but not that soon (to ↵Pascal Rigaux2004-12-021-0/+635
keep compatibility))