https://github.com/ferhatgec/gtkka
GTKKa, ~work-in-progress~ Kalem wrapper around GTK3
https://github.com/ferhatgec/gtkka
gnome gtk gtk3 kalem language transpiler wrapper
Last synced: 4 days ago
JSON representation
GTKKa, ~work-in-progress~ Kalem wrapper around GTK3
- Host: GitHub
- URL: https://github.com/ferhatgec/gtkka
- Owner: ferhatgec
- License: mit
- Created: 2021-04-13T00:16:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T21:59:54.000Z (about 4 years ago)
- Last Synced: 2025-04-14T18:48:19.802Z (2 months ago)
- Topics: gnome, gtk, gtk3, kalem, language, transpiler, wrapper
- Homepage:
- Size: 146 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GTKKa
## GTKKa, *work-in-progress* Kalem wrapper around GTK3### What?
* Kalem is a transpiler, that converts to-C++ code, it can be used like as ~programming language~
* GTKKa is a wrapper around GTK3.
* GTKKa at early stage, work-in-progress.
* All classes are implemented (without deprecated classes) (stable - 3.24)### GTKKa licensed under the terms of MIT License.
```
Implemented classes:
* GtkApplication
* GtkApplicationWindow
* GtkActionable* GtkBuilder
* GtkBuildable* GtkWindow
* GtkDialog
* GtkMessageDialog
* GtkAboutDialog
* GtkAssistant
* GtkInvisible
* GtkOffscreenWindow
* GtkWindowGroup* GtkBox
* GtkGrid
* GtkRevealer
* GtkListBox
* GtkFlowBox
* GtkStack
* GtkStackSwitcher
* GtkStackSidebar
* GtkActionBar
* GtkHeaderBar
* GtkOverlay
* GtkButtonBox
* GtkPaned
* GtkLayout
* GtkNotebook
* GtkExpander
* GtkOrientable
* GtkAspectFrame
* GtkFixed* GtkLabel
* GtkImage
* GtkSpinner
* GtkInfoBar
* GtkProgressBar
* GtkLevelBar
* GtkStatusbar
* GtkAccelLabel* GtkButton
* GtkCheckButton
* GtkRadioButton
* GtkToggleButton
* GtkLinkButton
* GtkMenuButton
* GtkSwitch
* GtkScaleButton
* GtkVolumeButton
* GtkLockButton
* GtkModelButton* GtkEntry
* GtkEntryBuffer
* GtkEntryCompletion
* GtkScale
* GtkSpinButton
* GtkSearchEntry
* GtkSearchBar
* GtkEditable* GtkTextIter
* GtkTextMark
* GtkTextBuffer
* GtkTextTag
* GtkTextTagTable
* GtkTextView* GtkTreeModel
* GtkTreeSelection
* GtkTreeViewColumn
* GtkTreeView
* GtkTreeView drag-and-drop
* GtkCellView
* GtkIconView
* GtkTreeSortable
* GtkTreeModelSort
* GtkTreeModelFilter
* GtkCellLayout
* GtkCellArea
* GtkCellAreaBox
* GtkCellAreaContext
* GtkCellRenderer
* GtkCellEditable
* GtkCellRendererAccel
* GtkCellRendererCombo
* GtkCellRendererPixbuf
* GtkCellRendererProgress
* GtkCellRendererSpin
* GtkCellRendererText
* GtkCellRendererToggle
* GtkCellRendererSpinner
* GtkListStore
* GtkTreeStore* GtkComboBox
* GtkComboBoxText
* GtkMenu
* GtkMenuBar
* GtkMenuItem
* GtkRadioMenuItem
* GtkCheckMenuItem
* GtkSeparatorMenuItem
* GtkToolShell
* GtkToolbar
* GtkToolItem
* GtkToolPalette
* GtkToolItemGroup
* GtkSeparatorToolItem
* GtkToolButton
* GtkMenuToolButton
* GtkToggleToolButton
* GtkRadioToolButton
* GtkPopover
* GtkPopoverMenu* GtkColorChooser
* GtkColorButton
* GtkColorChooserWidget
* GtkColorChooserDialog
* GtkFileChooser
* GtkFileChooserButton
* GtkFileChooserNative
* GtkFileChooserDialog
* GtkFileChooserWidget
* GtkFileFilter
* GtkFontChooser
* GtkFontButton
* GtkFontChooserWidget
* GtkFontChooserDialog
* GtkPlacesSidebar* GtkFrame
* GtkSeparator* GtkScrollbar
* GtkScrolledWindow
* GtkScrollable* GtkPrintOperation
* GtkPrintContext
* GtkPrintSettings
* GtkPageSetup
* GtkPaperSize
* GtkPrinter
* GtkPrintJob
* GtkPrintUnixDialog
* GtkPageSetupUnixDialog* GtkShortcutsWindow
* GtkShortcutsSection
* GtkShortcutsGroup
* GtkShortcutsShortcut* GtkAdjustment
* GtkCalendar
* GtkDrawingArea
* GtkGLArea
* GtkEventBox
* GtkHandleBox
* GtkIMContextSimple
* GtkIMMulticontext
* GtkSizeGroup
* GtkTooltip
* GtkViewport
* GtkAccessible* GtkWidget
* GtkContainer
* GtkBin
* GtkMenuShell
* GtkRange
* GtkIMContext
* GtkNativeDialog* GtkPlug
* GtkSocket* GtkRecentManager
* GtkRecentChooser
* GtkRecentChooserDialog
* GtkRecentChooserMenu
* GtkRecentChooserWidget
* GtkRecentFilter* GtkAppChooser
* GtkAppChooserButton
* GtkAppChooserDialog
* GtkAppChooserWidget* GtkEventController
* GtkEventControllerKey
* GtkEventControllerScroll
* GtkEventControllerMotion
* GtkGesture
* GtkGestureSingle
* GtkGestureDrag
* GtkGestureLongPress
* GtkGestureMultiPress
* GtkGesturePan
* GtkGestureSwipe
* GtkGestureRotate
* GtkGestureZoom
* GtkGestureStylus
* GtkPadController
```