elements
elements copied to clipboard
Elements C++ GUI library
If you try to launch any of the examples from master branch with additional command-line argument, GTK complains and closes the application: ``` $ ./examples/empty/EmptyStarter . (EmptyStarter:29297): GLib-GIO-CRITICAL **: 20:49:57.956:...
To keep issues bug related only, we created the discussions' [Feature list section](https://github.com/cycfi/elements/discussions?discussions_q=category%3ADialogs+category%3AElements+category%3AHosts+category%3A"Other+features"), so please use it instead issues for feature requests. You can use the `element`, `dialog`, `host` (and...
Hi, I recently tried to unit test an application built using Gtkmm 3.0, I failed even doing the basic setup needed. I don't have a minimal example, but that can...
# Bug The C++20 [P1423R2](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1423r2.html) paper make compiler compile error if source code using u8"..." string literal with ```-std=c++20``` # Suggestion remove all u8 string literal prefix
When I look at the code, I find that view:: refresh (...) is not a local refresh, and all refreshes are brushed as a whole.
The input_box is There is a subscript out of bounds problem in https://github.com/cycfi/elements/blob/ae7b87a8cc53258fac7d1d5a7b96da2994116dcf/lib/src/element/text.cpp#L885 When entering the first words, the _select_end is 1, get_text() value size is 1,out of range. Here...
When the number of elements on the interface is too large, the interface will get stuck by keyboard input.
On Windows the `host()` function returns the native widget `HWND` handle directly: ```cpp using host_view_handle = HWND; using host_window_handle = HWND; class base_view : non_copyable { public: // ... host_view_handle...
Are there any plans to add some facility for creating the kind of application window in which there is a central user content area surrounded by a system of docked...