| Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkButton ╰── GtkToggleButton ╰── ThunarLocationButton
GtkWidget *
thunar_location_button_new (void);
Allocates a new ThunarLocationButton instance.
ThunarFile *
thunar_location_button_get_file (ThunarLocationButton *location_button);
Returns the ThunarFile for location_button
.
void thunar_location_button_set_file (ThunarLocationButton *location_button,ThunarFile *file);
Sets the file for location_button
to file
.
“file” property“file” ThunarFile *
The ThunarFile represented by this location button.
Owner: ThunarLocationButton
Flags: Read / Write
“gone” signalvoid user_function (ThunarLocationButton *location_button, gpointer user_data)
Emitted by location_button
when the file associated with
the button is deleted.
Flags: Run Last
“location-button-clicked” signalvoid user_function (ThunarLocationButton *location_button, gboolean arg1, gpointer user_data)
Emitted by location_button
when the user clicks on the
location_button
or gtk_button_clicked() is called.
Flags: Run Last