6bfa9b5fe2
* NEW: Remove the gb.qt and gb.qt.kde components. [DEVELOPMENT ENVIRONMENT] * NEW: Work on report form support continues. * BUG: Do not crash if there is a compilation error and the IDE cannot open the source file. [GB.DB] * NEW: The Find() and Edit() methods of the Connection class now works correctly if the ORDER BY clause is used alone in the request argument. [GB.QT] * NEW: This component has been removed. [GB.QT.EXT] * NEW: This component has been removed. [GB.QT.OPENGL] * NEW: This component has been removed. [GB.QT.KDE] * NEW: This component has been removed. [GB.QT.KDE.HTML] * NEW: This component has been removed. git-svn-id: svn://localhost/gambas/trunk@2683 867c0c6c-44f3-4631-809d-bfa615b0a4ec
29 lines
752 B
Text
29 lines
752 B
Text
[Component]
|
|
Key=gb.gui
|
|
Author=Benoît Minisini
|
|
Implements=Form,EventLoop,ImageProvider
|
|
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
|