[GB.GTK]
* NEW: Remove the share directory symbolic link. git-svn-id: svn://localhost/gambas/trunk@2677 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
13fc414ca0
commit
f845d1be80
3 changed files with 5 additions and 11 deletions
|
@ -1 +0,0 @@
|
|||
../gb.qt/share
|
|
@ -1,14 +1,10 @@
|
|||
[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
|
||||
Type=Form
|
||||
Hidden=Control,Form,Menu
|
||||
|
||||
[Form]
|
||||
Control=Label,TextLabel,Separator,PictureBox,MovieBox,ProgressBar
|
||||
|
@ -17,12 +13,11 @@ 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
|
||||
Container=HBox,VBox,HPanel,VPanel,HSplit,VSplit,Panel,Frame,ScrollView,DrawingArea
|
||||
MultiContainer=TabStrip
|
||||
|
||||
[Special]
|
||||
Control=Embedder,TrayIcon,Printer
|
||||
Control=Embedder
|
||||
Virtual=TrayIcon,Printer
|
||||
|
||||
[Change]
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
Key=gb.gtk.opengl
|
||||
Author=Laurent Carlier
|
||||
Require=gb.gtk,gb.opengl
|
||||
Type=Form
|
||||
Implement=OpenGLViewer
|
||||
State=2
|
||||
Type=Form
|
||||
|
||||
[Special]
|
||||
Control=GlArea
|
||||
|
|
Loading…
Reference in a new issue