c644455a2e
* NEW: Working on report form support. Report forms now can be created and edited. Symbol auto-completion is not implemented. * NEW: The toolbox is updated according to the current edited form family. * BUG: Menu are correctly saved again. * NEW: Component help is implemented in the project property dialog. [GB.GTK] * BUG: Menu are containers. [GB.GUI] * BUG: The *.component file has been fixed. [GB.REPORT] * BUG: Control public constants are almost correctly defined now, and inheritance is used. [GB.QT4] * BUG: Menu are containers. * BUG: The text of hidden TabStrip tabs is not lost anymore. git-svn-id: svn://localhost/gambas/trunk@2713 867c0c6c-44f3-4631-809d-bfa615b0a4ec
29 lines
746 B
Text
29 lines
746 B
Text
[Component]
|
|
Key=gb.gui
|
|
Author=Benoît Minisini
|
|
Implements=Form,EventLoop,ImageIO
|
|
Requires=gb.image
|
|
Type=Form
|
|
Hidden=Control,Form,Menu
|
|
|
|
[Form]
|
|
Control=Label,TextLabel,Separator,PictureBox,MovieBox,ProgressBar
|
|
Control=Button,CheckBox,RadioButton,ToggleButton,ToolButton,Slider,ScrollBar
|
|
Control=ListBox,ComboBox,TextBox,SpinBox,TextArea
|
|
Control=ListView,TreeView,IconView,ColumnView,GridView
|
|
|
|
[Container]
|
|
Container=HBox,VBox,HPanel,VPanel,HSplit,VSplit,Panel,Frame,ScrollView,DrawingArea
|
|
MultiContainer=TabStrip
|
|
|
|
[Special]
|
|
Control=Embedder
|
|
Virtual=TrayIcon,Printer
|
|
|
|
[Change]
|
|
Label=TextLabel
|
|
Button=ToggleButton,ToolButton
|
|
Slider=ScrollBar,SpinBox
|
|
TextBox=SpinBox,TextArea
|
|
ListView=TreeView,ColumnView
|
|
Panel=HBox,VBox,HPanel,VPanel,Frame,ScrollView
|