Searched refs:hot (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/dialog/
H A Dicon-preview.cpp76 if ( hot != which ) {
77 buttons[hot]->set_active( false );
79 hot = which;
104 hot(1),
163 magLabel.set_label( *labels[hot] );
188 buttons[i]->set_active( i == hot );
480 Glib::RefPtr<Gdk::Pixbuf> buf = images[hot]->get_pixbuf()->scale_simple( 128, 128, Gdk::INTERP_NEAREST );
481 magLabel.set_label( *labels[hot] );
H A Dicon-preview.h77 int hot; member in class:Inkscape::UI::Dialog::IconPreviewPanel
/inkscape/src/widgets/
H A Deek-preview.cpp69 gboolean hot; member in struct:__anon156
551 gtk_widget_set_state_flags( widget, priv->hot ? GTK_STATE_FLAG_ACTIVE : GTK_STATE_FLAG_PRELIGHT, false );
553 gtk_widget_set_state( widget, priv->hot ? GTK_STATE_ACTIVE : GTK_STATE_PRELIGHT );
592 priv->hot = TRUE;
614 priv->hot = FALSE;
853 priv->hot = FALSE;
H A Dege-select-one-action.cpp883 gint hot = gtk_radio_action_get_current_value( oneAction ); local
884 if ( hot != active ) {

Completed in 47 milliseconds