Benoît Minisini f306c0a5fb [DEVELOPMENT ENVIRONMENT]
* NEW: Sort project tree view with natural sort.
* NEW: Sort procedure combo-box with natural sort.

[GB.DB.FORM]
* BUG: Setting a "SELECT" request to the DataSource.Table property should 
  work in all cases now.

[GB.FORM.MDI]
* NEW: Vertical toolbar layout is more clever.

[GB.GTK]
* BUG: Modal windows are really modal.
* BUG: Try to prevent a possible crash in event management.

[GB.GTK.EXT]
* NEW: This component has been removed.


git-svn-id: svn://localhost/gambas/trunk@2669 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-02-07 23:10:41 +00:00

105 lines
2.6 KiB
Makefile

COMPONENT = gb.gtk
include $(top_srcdir)/component.am
SUBDIRS = @GTKOPENGL_DIR@
INCLUDES = @GTK_INC@ -I$(top_srcdir)/share
gblib_LTLIBRARIES = gb.gtk.la
gb_gtk_la_LIBADD = @GTK_LIB@
gb_gtk_la_LDFLAGS = -module @LD_FLAGS@ @GTK_LDFLAGS@
gb_gtk_la_SOURCES = \
gmemory.h gmemory.cpp gtag.h ggambastag.h gshare.h \
gb.gtk.h widgets.h widgets_private.h gtree.h font-parser.h font-parser.cpp \
gtree.cpp gtools.cpp gcolor.h \
gstock.cpp gfont.cpp gpicture.cpp \
gdraw.cpp gdesktop.cpp gmessage.cpp \
gcontrol.cpp gcontainer.cpp gseparator.cpp \
gbutton.cpp gprogressbar.cpp gslider.cpp glabel.cpp gsignals.cpp \
gpicturebox.cpp gcombobox.cpp gtextbox.cpp gtextarea.cpp glistbox.cpp \
gspinbox.cpp ggridview.cpp gtreeview.cpp giconview.cpp \
gframe.cpp gsplitter.cpp gtabstrip.cpp gscrollview.cpp \
gmenu.cpp gtrayicon.cpp gmainwindow.cpp \
watcher.h watcher.cpp \
CStock.cpp CStock.h \
CConst.h CConst.cpp CColor.h CColor.cpp \
CFont.h CFont.cpp \
CKey.h CKey.cpp \
CScreen.h CScreen.cpp \
CMessage.h CMessage.cpp CDialog.h CDialog.cpp \
CDraw.h CDraw.cpp \
cpaint_impl.h cpaint_impl.cpp \
CImage.h CImage.cpp \
CPicture.h CPicture.cpp \
CClipboard.h CClipboard.cpp \
CMouse.h CMouse.cpp \
CWatcher.h CWatcher.cpp \
CWidget.h CWidget.cpp CContainer.h CContainer.cpp \
CSeparator.h CSeparator.cpp \
CDrawingArea.h CDrawingArea.cpp \
CLabel.h CLabel.cpp \
CProgress.h CProgress.cpp \
CSlider.h CSlider.cpp \
CButton.h CButton.cpp \
CPictureBox.h CPictureBox.cpp \
CTextBox.h CTextBox.cpp \
CTextArea.h CTextArea.cpp \
CSpinBox.h CSpinBox.cpp \
CListBox.h CListBox.cpp \
tablerender.h tablerender.cpp CGridView.h CGridView.cpp \
CTreeView.h CTreeView.cpp \
CIconView.h CIconView.cpp \
CFrame.h CFrame.cpp \
CSplitter.h CSplitter.cpp \
CTabStrip.h CTabStrip.cpp \
CScrollView.h CScrollView.cpp \
CMenu.h CMenu.cpp CTrayIcon.h CTrayIcon.cpp CWindow.h CWindow.cpp \
cprinter.h cprinter.cpp \
csvgimage.h csvgimage.cpp \
main.h main.cpp \
gkey.h \
gcursor.h \
gmouse.h gmouse.cpp \
gdesktop.h \
gdraw.h \
gstock.h \
gpicture.h \
gfont.h \
gmessage.h \
gdialog.h \
gcontrol.h \
gseparator.h \
gtrayicon.h \
gplugin.h \
gprogressbar.h \
glabel.h \
gbutton.h \
gmoviebox.h \
gpicturebox.h \
ggridview.h \
gtreeview.h \
giconview.h \
glistbox.h \
gspinbox.h \
gcombobox.h \
gtextbox.h \
gtextarea.h \
gslider.h \
gscrollbar.h \
gcontainer.h \
gsplitter.h \
gscrollview.h \
gdrawingarea.h gdrawingarea.cpp \
gtabstrip.h \
gframe.h \
gmenu.h \
gmainwindow.h \
gapplication.h gapplication.cpp \
gclipboard.h \
gdrag.h gdrag.cpp \
gtools.h kentities.h \
gprinter.h gprinter.cpp \
x11.h x11.c