gui-framework
Here are 42 public repositories matching this topic...
On the chapter about Editable DataTable
we can find this :
This chapter includes recipes for:
Reading the contents of the DataTable
Filtering out null values
Uploading data
Determining which cell has changed
Adding or removing columns
Adding or removing rows
Clearable, deletable, renamable, and hideable colum
Looking at the Qt Documentation there should be a function QPlainTextEdit::setExtraSelections and further the type QTextEdit::ExtraSelection (https://doc.qt.io/qt-5/qplaintextedit.html#setExtraSelections) but I can't find those in the Go packages?
Enhancement
Enhancement
This is just a naming suggestion for better understanding of the code. In the DrawText function of the Graph element, it would make more sense for the argument text_location to be renamed as the location_on_text as the value of the argument actually signifies the location of the point on the text.
-
Updated
Jun 10, 2020 - C++
-
Updated
May 4, 2020 - C
Cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications:
Ubuntu Linux 18.04
wxPython 4.0.1 (distro python3-wxgtk4.0 4.0.1+dfsg-2)
Python 3.6.8 (distro)
The Pheonix documentation suggests that in order to control the GL attributes of a new context, one should create an instance of GLContextAttrs (added in 3.1.0) in order to configure the context (for
-
Updated
Jun 9, 2020 - C
Add javadocs
Can you please add javadocs?
-
Updated
Jun 10, 2020 - Ruby
-
Updated
Jun 8, 2020 - Julia
The autogenerated API documentation for Pyface is missing a number of key details because some (many? all?) of its traits are documented with a regular # comment instead of a #: traits doc-comment that can be picked up by the trait documenter. It would be nice to fix that.
The particular instance that I ran into was trying to refer to IEditor.obj from 3rd party documentation (via intersph
-
Updated
Nov 17, 2019 - Go
-
Updated
May 28, 2020 - Nim
-
Updated
Mar 11, 2014 - UnrealScript
-
Updated
Feb 23, 2020 - Lua
-
Updated
Jun 3, 2020 - Java
-
Updated
Jan 12, 2018
-
Updated
Feb 17, 2020 - Java
-
Updated
Dec 9, 2019 - C++
-
Updated
Jun 9, 2020 - C++
-
Updated
Apr 21, 2016 - Java
-
Updated
Sep 17, 2019 - MATLAB
-
Updated
Jun 24, 2018 - Python
-
Updated
Apr 26, 2019 - C++
-
Updated
Jun 4, 2019 - C#
-
Updated
Mar 21, 2018 - Java
Improve this page
Add a description, image, and links to the gui-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gui-framework topic, visit your repo's landing page and select "manage topics."


The problem
Wrapping a TextInput in
<TouchableWithoutFeedback onPress={Keyboard.dismiss}>prevents text input in web browsers. It works in the Android emulat