ba19f3c1dd
git-svn-id: svn://localhost/gambas/trunk@893 867c0c6c-44f3-4631-809d-bfa615b0a4ec
21 lines
627 B
Text
21 lines
627 B
Text
[Component]
|
|
Key=gb.gui
|
|
Author=Benoît Minisini
|
|
Implements=Form,EventLoop,ImageProvider
|
|
Type=Form
|
|
|
|
[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]
|
|
Control=HBox,VBox,HPanel,VPanel,HSplit,VSplit,Panel,Frame,TabStrip,ScrollView,DrawingArea
|
|
Container=HBox,VBox,HPanel,VPanel,HSplit,VSplit,Panel,Frame,TabStrip,ScrollView,DrawingArea
|
|
MultiContainer=TabStrip
|
|
|
|
[Special]
|
|
Control=Embedder,TrayIcon
|
|
Virtual=TrayIcon
|
|
|