added support for 'imagefile' property type
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
node tool
|
node tool
|
||||||
type normal
|
type normal
|
||||||
icon 0
|
icon 0
|
||||||
var bitmap of text
|
var bitmap of imagefile
|
||||||
var bitmap2 of text
|
var bitmap2 of imagefile
|
||||||
var toggle of bool
|
var toggle of bool
|
||||||
var pos of coord
|
var pos of coord
|
||||||
var tooltip of text
|
var tooltip of text
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
node wxBitmapButton
|
node wxBitmapButton
|
||||||
var style of flags wxBU_AUTODRAW,wxBU_LEFT,wxBU_RIGHT,wxBU_TOP,wxBU_BOTTOM
|
var style of flags wxBU_AUTODRAW,wxBU_LEFT,wxBU_RIGHT,wxBU_TOP,wxBU_BOTTOM
|
||||||
var default of bool
|
var default of bool
|
||||||
var bitmap of text
|
var bitmap of imagefile
|
||||||
var selected of text
|
var selected of imagefile
|
||||||
var focus of text
|
var focus of imagefile
|
||||||
var disabled of text
|
var disabled of imagefile
|
||||||
derived from control
|
derived from control
|
||||||
|
@@ -6,4 +6,5 @@ var help of text
|
|||||||
var checkable of bool
|
var checkable of bool
|
||||||
var checked of bool
|
var checked of bool
|
||||||
var enabled of bool
|
var enabled of bool
|
||||||
|
var bitmap of imagefile
|
||||||
derived from menu_item
|
derived from menu_item
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
node wxStaticBitmap
|
node wxStaticBitmap
|
||||||
var bitmap of text
|
var bitmap of imagefile
|
||||||
derived from control
|
derived from control
|
Reference in New Issue
Block a user