Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to use libhandy without widget tree manipulation #28

Merged
merged 1 commit into from
Feb 7, 2023
Merged

Add option to use libhandy without widget tree manipulation #28

merged 1 commit into from
Feb 7, 2023

Conversation

jpnurmi
Copy link
Member

@jpnurmi jpnurmi commented Feb 6, 2023

In linux/CMakeLists.txt:

set(USE_LIBHANDY ON)

In linux/my_application.cc:

static void foo() {
  hdy_init();
  GtkWidget* window = hdy_application_window_new();
  ...
}

Ref: #27

In `linux/CMakeLists.txt`:

```cmake
set(USE_LIBHANDY ON)
```

In `linux/my_application.cc`:

```c

static void foo() {
  hdy_init();
  GtkWidget* window = hdy_application_window_new();
  ...
}
```
@jpnurmi jpnurmi marked this pull request as ready for review February 7, 2023 08:33
@Feichtmeier Feichtmeier merged commit f6f308a into ubuntu:main Feb 7, 2023
@jpnurmi jpnurmi deleted the use-libhandy branch February 7, 2023 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants