0421ced0fe
* NEW: The ImageViewer example now uses the Paint class. [INTERPRETER] * NEW: Class.Symbols now returns a string array of all class public symbols. * NEW: Component.IsLoaded is a new static method to check if a specific component has been loaded. * NEW: Components.Load has been removed. [GB.GTK] * NEW: Cairo requirements have been added to the configure.ac file. * NEW: The Container.Children.Clear method has been implemented. [GB.GUI] * NEW: Add gb.image requirement in the gb.gui component file. [GB.QT4] * BUG: DrawingArea scrollbars are correctly displayed again. * BUG: DrawingArea internal cache is correctly resized with the control. git-svn-id: svn://localhost/gambas/trunk@2606 867c0c6c-44f3-4631-809d-bfa615b0a4ec
29 lines
843 B
Text
29 lines
843 B
Text
[Component]
|
|
Key=gb.gui
|
|
Author=Benoît Minisini
|
|
Implements=Form,EventLoop,ImageProvider
|
|
Requires=gb.image
|
|
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,Printer
|
|
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
|