gambas-source-code/gb.gtk/src/gb.gtk.component
Benoît Minisini b458334f0b [GB.CAIRO]
* NEW: Transformation and matrix functions were implemented.

[GB.IMAGE]
* NEW: The format conversion function comes back in the gb.image API.

[GB.IMAGE.IO]
* NEW: New component for loading and saving images.


git-svn-id: svn://localhost/gambas/trunk@1820 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-01-27 01:24:19 +00:00

35 lines
1.0 KiB
Plaintext

[Component]
Key=gb.gtk
Name=Graphical GTK+ toolkit component
Name[fr]=Composant graphique du toolkit GTK+
Name[pl]=Kontrolki GTK+
Name[es]=Componente gráfico basado en GTK+
Name[tr]=GTK+ grafiksel bileşenleri
Author=Daniel Campos Fernández,Benoît Minisini
Type=Form
Implements=Form,EventLoop,ImageIO
Requires=gb.image
[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
[Change]
Label=TextLabel
Button=ToggleButton,ToolButton
Slider=ScrollBar,SpinBox
TextBox=SpinBox,TextArea
ListView=TreeView,ColumnView
Panel=HBox,VBox,HPanel,VPanel,Frame,ScrollView