-
public bool get_focus_on_click ()
Returns whether the button grabs focus when it is clicked with the mouse. See
set_focus_on_click.
-
public unowned string get_title ()
Retrieves the title of the browse dialog used by button. The returned value should not be
modified or freed.
-
public int get_width_chars ()
Retrieves the width in characters of the button widget's entry and/or label.
-
public void set_focus_on_click (bool focus_on_click)
Sets whether the button will grab focus when it is clicked with the mouse. Making mouse clicks not grab
focus is useful in places like toolbars where you don't want the keyboard focus removed from the main area of the application.
-
public void set_title (string title)
Modifies the title of the browse dialog used by button.
-
public void set_width_chars (int n_chars)
Sets the width (in characters) that button will use to n_chars.