×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
2019/02/19 · I took the basic example https://github.com/gtk-rs/gtk ... button+counter"); gbox.add(&label); let ... Further information: that bug appears on my ...
2012/05/30 · I've always found it confusing that an additional double click is needed, when most button-like widgets in the desktop just require a single ...
Button.with_label ("Hello, World!"); // When the button is clicked, close the window button.clicked.connect (() => { window.close (); }); window.set_child ...
2023/08/24 · im trying to do a bunch off stuff when a user clicks a button in a bluetooth-settings type app written with gtk-rs, however it seems no ...
2022/03/24 · And there are a lot of behaviors that are not functioning well. Is something a button? Should I click it or double-click it? How about long- ...
The toolkit listens for events such as a click on a button, and passes the event to your application. Below are some examples to get you started with GTK ...
Notice the clicked signal which is connected to an anonymous function: (* Button *) let button = GButton.button ~label:"Push me!" ~ ...
2024/04/13 · A Gtk.ToggleButton is very similar to a normal Gtk.Button, but when clicked they remain activated, or pressed, until clicked again. When the ...
Widget . The most commonly used child is the Gtk.Label . Usually, you want to connect to the button's “clicked” signal which ...
含まれない: バグ | 必須にする:バグ