wxWidgets/contrib/utils/wxrcedit/df/window.df
Václav Slavík 56d2f75071 added XML resources library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-07-25 18:47:21 +00:00

12 lines
179 B
Plaintext

node window
type normal
abstract
var pos of coord
var size of coord
var tooltip of text
var fg of color
var bg of color
var enabled of bool
var focused of bool
var hidden of bool