From f845d1be80ca5318a0cad3bc5abafabc7df02aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Wed, 10 Feb 2010 01:13:38 +0000 Subject: [PATCH] [GB.GTK] * NEW: Remove the share directory symbolic link. git-svn-id: svn://localhost/gambas/trunk@2677 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- gb.gtk/share | 1 - gb.gtk/src/gb.gtk.component | 13 ++++--------- gb.gtk/src/opengl/gb.gtk.opengl.component | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) delete mode 120000 gb.gtk/share diff --git a/gb.gtk/share b/gb.gtk/share deleted file mode 120000 index 0619aa754..000000000 --- a/gb.gtk/share +++ /dev/null @@ -1 +0,0 @@ -../gb.qt/share \ No newline at end of file diff --git a/gb.gtk/src/gb.gtk.component b/gb.gtk/src/gb.gtk.component index 01758188e..30a2ece8a 100644 --- a/gb.gtk/src/gb.gtk.component +++ b/gb.gtk/src/gb.gtk.component @@ -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] diff --git a/gb.gtk/src/opengl/gb.gtk.opengl.component b/gb.gtk/src/opengl/gb.gtk.opengl.component index 30420f26f..3d777531f 100644 --- a/gb.gtk/src/opengl/gb.gtk.opengl.component +++ b/gb.gtk/src/opengl/gb.gtk.opengl.component @@ -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