mirror of
https://github.com/ToshioCP/Gtk4-tutorial.git
synced 2025-01-11 20:03:35 +01:00
fixed a typo
This commit is contained in:
parent
6941069d49
commit
11d856cde1
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ explain that to you first.</p>
|
|||
<p>A signal is emitted when something happens. For example, a window is
|
||||
created, a window is destroyed and so on. The signal “activate” is
|
||||
emitted when the application is activated. (Activated is a bit different
|
||||
from started, but you can think the both are almost same so far.) If the
|
||||
from started, but you can think of them both as almost the same so far.) If the
|
||||
signal is connected to a function, which is called a signal handler or
|
||||
simply handler, then the function is invoked when the signal emits.</p>
|
||||
<p>The flow is like this:</p>
|
||||
|
|
Loading…
Reference in a new issue